Html Css Color HEX #BC29CB Dark Orchid

📋 copy color: '#BC29CB'

red 188 ◦ green 41 ◦ blue 203

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

Shades of Dark Orchid #BC29CB

Tints of Dark Orchid #BC29CB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.49%

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

R = 43.52%
G = 9.49%
B = 46.99%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC29CB (or 0xBC29CB) is known color: Dark Orchid. HEX triplet: BC, 29 and CB. RGB value is (188,41,203). Sum of RGB (Red+Green+Blue) = 188+41+203=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 41 (16.41% from 255 or 9.49% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC29CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC29CB is #43D634. Grayscale: #666666. Windows color (decimal): -4445749 or 13314492. OLE color: 13314492.

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

Color convert

RGB 188 41 203 -
CMYK 0.07 0.80 0 0.20
HSL 294.44º 0.66% 0.48% -
HSV(B) 294.44º 0.8% 0.8% -
XYZ 32.31 16.59 58 -
YUV 103.42 184.2 188.33 -
System Red Green Blue C M Y K H S L
Decimal 188 41 203 0.07 0.80 0 0.20 294.44 0.66 0.48
Hex BC 29 CB 7 50 0 14 126 42 30
Octal 274 51 313 7 120 0 24 446 102 60
Binary 10111100 101001 11001011 111 1010000 0 10100 100100110 1000010 110000

Color Harmonies of #BC29CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC29CB

Black with #BC29CB

Text Example


Text Example

White with #BC29CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC29CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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