Html Css Color HEX #BD29D7 Dark Orchid

📋 copy color: '#BD29D7'

red 189 ◦ green 41 ◦ blue 215

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

Shades of Dark Orchid #BD29D7

Tints of Dark Orchid #BD29D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.31%

R = 42.47%
G = 9.21%
B = 48.31%

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

#BD29D7 (or 0xBD29D7) is known color: Dark Orchid. HEX triplet: BD, 29 and D7. RGB value is (189,41,215). Sum of RGB (Red+Green+Blue) = 189+41+215=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD29D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD29D7 is #42D628. Grayscale: #686868. Windows color (decimal): -4380201 or 14100925. OLE color: 14100925.

HSL color Cylindrical-coordinate representation of color #BD29D7: hue angle of 291.03º degrees, saturation: 0.69, 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 #BD29D7 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 41 215 -
CMYK 0.12 0.81 0 0.16
HSL 291.03º 0.69% 0.5% -
HSV(B) 291.03º 0.81% 0.84% -
XYZ 34.04 17.31 65.84 -
YUV 105.09 190.03 187.85 -
System Red Green Blue C M Y K H S L
Decimal 189 41 215 0.12 0.81 0 0.16 291.03 0.69 0.5
Hex BD 29 D7 C 51 0 10 123 45 32
Octal 275 51 327 14 121 0 20 443 105 62
Binary 10111101 101001 11010111 1100 1010001 0 10000 100100011 1000101 110010

Color Harmonies of #BD29D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD29D7

Black with #BD29D7

Text Example


Text Example

White with #BD29D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD29D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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