Html Css Color HEX #BC2CCC Dark Orchid

📋 copy color: '#BC2CCC'

red 188 ◦ green 44 ◦ blue 204

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

Shades of Dark Orchid #BC2CCC

Tints of Dark Orchid #BC2CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.09%

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

R = 43.12%
G = 10.09%
B = 46.79%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC2CCC (or 0xBC2CCC) is known color: Dark Orchid. HEX triplet: BC, 2C and CC. RGB value is (188,44,204). Sum of RGB (Red+Green+Blue) = 188+44+204=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 44 (17.58% from 255 or 10.09% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC2CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CCC is #43D333. Grayscale: #686868. Windows color (decimal): -4444980 or 13380796. OLE color: 13380796.

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

Color convert

RGB 188 44 204 -
CMYK 0.08 0.78 0 0.2
HSL 294º 0.65% 0.49% -
HSV(B) 294º 0.78% 0.8% -
XYZ 32.54 16.85 58.66 -
YUV 105.3 183.71 186.99 -
System Red Green Blue C M Y K H S L
Decimal 188 44 204 0.08 0.78 0 0.2 294 0.65 0.49
Hex BC 2C CC 8 4E 0 14 126 41 31
Octal 274 54 314 10 116 0 24 446 101 61
Binary 10111100 101100 11001100 1000 1001110 0 10100 100100110 1000001 110001

Color Harmonies of #BC2CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CCC

Black with #BC2CCC

Text Example


Text Example

White with #BC2CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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