Html Css Color HEX #BC2DCB Dark Orchid

📋 copy color: '#BC2DCB'

red 188 ◦ green 45 ◦ blue 203

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

Shades of Dark Orchid #BC2DCB

Tints of Dark Orchid #BC2DCB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.32%

 BLUE value IS 203 (79.69% from 255) = 46.56%

R = 43.12%
G = 10.32%
B = 46.56%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC2DCB (or 0xBC2DCB) is known color: Dark Orchid. HEX triplet: BC, 2D and CB. RGB value is (188,45,203). Sum of RGB (Red+Green+Blue) = 188+45+203=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 45 (17.97% from 255 or 10.32% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC2DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2DCB is #43D234. Grayscale: #696969. Windows color (decimal): -4444725 or 13315516. OLE color: 13315516.

HSL color Cylindrical-coordinate representation of color #BC2DCB: hue angle of 294.3º degrees, saturation: 0.64, 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 #BC2DCB is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 45 203 -
CMYK 0.07 0.78 0 0.20
HSL 294.3º 0.64% 0.49% -
HSV(B) 294.3º 0.78% 0.8% -
XYZ 32.46 16.88 58.05 -
YUV 105.77 182.88 186.65 -
System Red Green Blue C M Y K H S L
Decimal 188 45 203 0.07 0.78 0 0.20 294.3 0.64 0.49
Hex BC 2D CB 7 4E 0 14 126 40 31
Octal 274 55 313 7 116 0 24 446 100 61
Binary 10111100 101101 11001011 111 1001110 0 10100 100100110 1000000 110001

Color Harmonies of #BC2DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2DCB

Black with #BC2DCB

Text Example


Text Example

White with #BC2DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2DCB; }

 p { color: rgb(188,45,203); }

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

background-color css

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

 a { background-color: rgb(188,45,203); }

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

border-color css

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

 span { border-color: rgb(188,45,203); }

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