Html Css Color HEX #BC2CCE Dark Orchid

📋 copy color: '#BC2CCE'

red 188 ◦ green 44 ◦ blue 206

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

Shades of Dark Orchid #BC2CCE

Tints of Dark Orchid #BC2CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 42.92%
G = 10.05%
B = 47.03%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC2CCE (or 0xBC2CCE) is known color: Dark Orchid. HEX triplet: BC, 2C and CE. RGB value is (188,44,206). Sum of RGB (Red+Green+Blue) = 188+44+206=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 44 (17.58% from 255 or 10.05% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC2CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CCE is #43D331. Grayscale: #696969. Windows color (decimal): -4444978 or 13511868. OLE color: 13511868.

HSL color Cylindrical-coordinate representation of color #BC2CCE: hue angle of 293.33º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2CCE is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 44 206 -
CMYK 0.09 0.79 0 0.19
HSL 293.33º 0.65% 0.49% -
HSV(B) 293.33º 0.79% 0.81% -
XYZ 32.78 16.95 59.94 -
YUV 105.52 184.71 186.83 -
System Red Green Blue C M Y K H S L
Decimal 188 44 206 0.09 0.79 0 0.19 293.33 0.65 0.49
Hex BC 2C CE 9 4F 0 13 125 41 31
Octal 274 54 316 11 117 0 23 445 101 61
Binary 10111100 101100 11001110 1001 1001111 0 10011 100100101 1000001 110001

Color Harmonies of #BC2CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CCE

Black with #BC2CCE

Text Example


Text Example

White with #BC2CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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