Html Css Color HEX #BC2BCB Dark Orchid

📋 copy color: '#BC2BCB'

red 188 ◦ green 43 ◦ blue 203

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

Shades of Dark Orchid #BC2BCB

Tints of Dark Orchid #BC2BCB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.91%

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

R = 43.32%
G = 9.91%
B = 46.77%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC2BCB (or 0xBC2BCB) is known color: Dark Orchid. HEX triplet: BC, 2B and CB. RGB value is (188,43,203). Sum of RGB (Red+Green+Blue) = 188+43+203=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC2BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BCB is #43D434. Grayscale: #686868. Windows color (decimal): -4445237 or 13315004. OLE color: 13315004.

HSL color Cylindrical-coordinate representation of color #BC2BCB: hue angle of 294.38º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC2BCB is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 43 203 -
CMYK 0.07 0.79 0 0.20
HSL 294.38º 0.65% 0.48% -
HSV(B) 294.38º 0.79% 0.8% -
XYZ 32.38 16.73 58.02 -
YUV 104.6 183.54 187.49 -
System Red Green Blue C M Y K H S L
Decimal 188 43 203 0.07 0.79 0 0.20 294.38 0.65 0.48
Hex BC 2B CB 7 4F 0 14 126 41 30
Octal 274 53 313 7 117 0 24 446 101 60
Binary 10111100 101011 11001011 111 1001111 0 10100 100100110 1000001 110000

Color Harmonies of #BC2BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BCB

Black with #BC2BCB

Text Example


Text Example

White with #BC2BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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