Html Css Color HEX #BD29D6 Dark Orchid

📋 copy color: '#BD29D6'

red 189 ◦ green 41 ◦ blue 214

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

Shades of Dark Orchid #BD29D6

Tints of Dark Orchid #BD29D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.2%

R = 42.57%
G = 9.23%
B = 48.2%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD29D6 (or 0xBD29D6) is known color: Dark Orchid. HEX triplet: BD, 29 and D6. RGB value is (189,41,214). Sum of RGB (Red+Green+Blue) = 189+41+214=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 214 (83.98% from 255 or 48.20% from 444); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD29D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD29D6 is #42D629. Grayscale: #686868. Windows color (decimal): -4380202 or 14035389. OLE color: 14035389.

HSL color Cylindrical-coordinate representation of color #BD29D6: hue angle of 291.33º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD29D6 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 41 214 -
CMYK 0.12 0.81 0 0.16
HSL 291.33º 0.68% 0.5% -
HSV(B) 291.33º 0.81% 0.84% -
XYZ 33.92 17.26 65.16 -
YUV 104.97 189.53 187.93 -
System Red Green Blue C M Y K H S L
Decimal 189 41 214 0.12 0.81 0 0.16 291.33 0.68 0.5
Hex BD 29 D6 C 51 0 10 123 44 32
Octal 275 51 326 14 121 0 20 443 104 62
Binary 10111101 101001 11010110 1100 1010001 0 10000 100100011 1000100 110010

Color Harmonies of #BD29D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD29D6

Black with #BD29D6

Text Example


Text Example

White with #BD29D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD29D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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