Html Css Color HEX #BD29DE Dark Orchid

📋 copy color: '#BD29DE'

red 189 ◦ green 41 ◦ blue 222

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

Shades of Dark Orchid #BD29DE

Tints of Dark Orchid #BD29DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.12%

R = 41.81%
G = 9.07%
B = 49.12%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD29DE (or 0xBD29DE) is known color: Dark Orchid. HEX triplet: BD, 29 and DE. RGB value is (189,41,222). Sum of RGB (Red+Green+Blue) = 189+41+222=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD29DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD29DE is #42D621. Grayscale: #696969. Windows color (decimal): -4380194 or 14559677. OLE color: 14559677.

HSL color Cylindrical-coordinate representation of color #BD29DE: hue angle of 289.06º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD29DE is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 41 222 -
CMYK 0.15 0.82 0 0.13
HSL 289.06º 0.73% 0.52% -
HSV(B) 289.06º 0.82% 0.87% -
XYZ 34.96 17.68 70.68 -
YUV 105.89 193.53 187.28 -
System Red Green Blue C M Y K H S L
Decimal 189 41 222 0.15 0.82 0 0.13 289.06 0.73 0.52
Hex BD 29 DE F 52 0 D 121 49 34
Octal 275 51 336 17 122 0 15 441 111 64
Binary 10111101 101001 11011110 1111 1010010 0 1101 100100001 1001001 110100

Color Harmonies of #BD29DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD29DE

Black with #BD29DE

Text Example


Text Example

White with #BD29DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD29DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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