Html Css Color HEX #BC22DF Dark Orchid

📋 copy color: '#BC22DF'

red 188 ◦ green 34 ◦ blue 223

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

Shades of Dark Orchid #BC22DF

Tints of Dark Orchid #BC22DF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 7.64%

 BLUE value IS 223 (87.5% from 255) = 50.11%

R = 42.25%
G = 7.64%
B = 50.11%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC22DF (or 0xBC22DF) is known color: Dark Orchid. HEX triplet: BC, 22 and DF. RGB value is (188,34,223). Sum of RGB (Red+Green+Blue) = 188+34+223=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 34 (13.67% from 255 or 7.64% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC22DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC22DF is #43DD20. Grayscale: #646464. Windows color (decimal): -4447521 or 14623420. OLE color: 14623420.

HSL color Cylindrical-coordinate representation of color #BC22DF: hue angle of 288.89º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC22DF is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 34 223 -
CMYK 0.16 0.85 0 0.13
HSL 288.89º 0.75% 0.5% -
HSV(B) 288.89º 0.85% 0.87% -
XYZ 34.63 17.16 71.3 -
YUV 101.59 196.52 189.63 -
System Red Green Blue C M Y K H S L
Decimal 188 34 223 0.16 0.85 0 0.13 288.89 0.75 0.5
Hex BC 22 DF 10 55 0 D 121 4B 32
Octal 274 42 337 20 125 0 15 441 113 62
Binary 10111100 100010 11011111 10000 1010101 0 1101 100100001 1001011 110010

Color Harmonies of #BC22DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC22DF

Black with #BC22DF

Text Example


Text Example

White with #BC22DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC22DF; }

 p { color: rgb(188,34,223); }

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

background-color css

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

 a { background-color: rgb(188,34,223); }

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

border-color css

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

 span { border-color: rgb(188,34,223); }

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