Html Css Color HEX #BD29CE Dark Orchid

📋 copy color: '#BD29CE'

red 189 ◦ green 41 ◦ blue 206

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

Shades of Dark Orchid #BD29CE

Tints of Dark Orchid #BD29CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 43.35%
G = 9.4%
B = 47.25%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD29CE (or 0xBD29CE) is known color: Dark Orchid. HEX triplet: BD, 29 and CE. RGB value is (189,41,206). Sum of RGB (Red+Green+Blue) = 189+41+206=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD29CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD29CE is #42D631. Grayscale: #676767. Windows color (decimal): -4380210 or 13511101. OLE color: 13511101.

HSL color Cylindrical-coordinate representation of color #BD29CE: hue angle of 293.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD29CE is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 41 206 -
CMYK 0.08 0.80 0 0.19
HSL 293.82º 0.67% 0.48% -
HSV(B) 293.82º 0.8% 0.81% -
XYZ 32.92 16.86 59.91 -
YUV 104.06 185.53 188.58 -
System Red Green Blue C M Y K H S L
Decimal 189 41 206 0.08 0.80 0 0.19 293.82 0.67 0.48
Hex BD 29 CE 8 50 0 13 126 43 30
Octal 275 51 316 10 120 0 23 446 103 60
Binary 10111101 101001 11001110 1000 1010000 0 10011 100100110 1000011 110000

Color Harmonies of #BD29CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD29CE

Black with #BD29CE

Text Example


Text Example

White with #BD29CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD29CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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