Html Css Color HEX #BD29CB Dark Orchid

📋 copy color: '#BD29CB'

red 189 ◦ green 41 ◦ blue 203

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

Shades of Dark Orchid #BD29CB

Tints of Dark Orchid #BD29CB

RGB

 RED value IS 189 (74.22% from 255) = 43.65%

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

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

R = 43.65%
G = 9.47%
B = 46.88%

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

#BD29CB (or 0xBD29CB) is known color: Dark Orchid. HEX triplet: BD, 29 and CB. RGB value is (189,41,203). Sum of RGB (Red+Green+Blue) = 189+41+203=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD29CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD29CB is #42D634. Grayscale: #676767. Windows color (decimal): -4380213 or 13314493. OLE color: 13314493.

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

Color convert

RGB 189 41 203 -
CMYK 0.07 0.80 0 0.20
HSL 294.81º 0.66% 0.48% -
HSV(B) 294.81º 0.8% 0.8% -
XYZ 32.56 16.72 58.01 -
YUV 103.72 184.03 188.83 -
System Red Green Blue C M Y K H S L
Decimal 189 41 203 0.07 0.80 0 0.20 294.81 0.66 0.48
Hex BD 29 CB 7 50 0 14 127 42 30
Octal 275 51 313 7 120 0 24 447 102 60
Binary 10111101 101001 11001011 111 1010000 0 10100 100100111 1000010 110000

Color Harmonies of #BD29CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD29CB

Black with #BD29CB

Text Example


Text Example

White with #BD29CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD29CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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