Html Css Color HEX #BC64CC Medium Orchid

📋 copy color: '#BC64CC'

red 188 ◦ green 100 ◦ blue 204

#BC64CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BC64CC

Tints of Medium Orchid #BC64CC

RGB

 RED value IS 188 (73.83% from 255) = 38.21%

 GREEN value IS 100 (39.45% from 255) = 20.33%

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 38.21%
G = 20.33%
B = 41.46%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BC64CC (or 0xBC64CC) is known color: Medium Orchid. HEX triplet: BC, 64 and CC. RGB value is (188,100,204). Sum of RGB (Red+Green+Blue) = 188+100+204=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC64CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC64CC is #439B33. Grayscale: #898989. Windows color (decimal): -4430644 or 13395132. OLE color: 13395132.

HSL color Cylindrical-coordinate representation of color #BC64CC: hue angle of 290.77º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC64CC is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 100 204 -
CMYK 0.08 0.51 0 0.2
HSL 290.77º 0.5% 0.6% -
HSV(B) 290.77º 0.51% 0.8% -
XYZ 36.2 24.17 59.88 -
YUV 138.17 165.15 163.54 -
System Red Green Blue C M Y K H S L
Decimal 188 100 204 0.08 0.51 0 0.2 290.77 0.5 0.6
Hex BC 64 CC 8 33 0 14 123 32 3C
Octal 274 144 314 10 63 0 24 443 62 74
Binary 10111100 1100100 11001100 1000 110011 0 10100 100100011 110010 111100

Color Harmonies of #BC64CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC64CC

Black with #BC64CC

Text Example


Text Example

White with #BC64CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC64CC; }

 p { color: rgb(188,100,204); }

 H1.HeaderClassName
 {
   color: #BC64CC;
 }
 .AnyTagClassName
 {
   color: #BC64CC;
 }
</style>

background-color css

<style>
 a { background-color: #BC64CC; }

 a { background-color: rgb(188,100,204); }

 div.DivClassName
 {
   background-color: #BC64CC;
 }
 .BgClassName
 {
   background-color: #BC64CC;
 }
</style>

border-color css

<style>
 span { border-color: #BC64CC; }

 span { border-color: rgb(188,100,204); }

 td.TdClassName
 {
   border-color: #BC64CC;
 }
 .TagClassName
 {
   border-color: #BC64CC;
 }
</style>