Html Css Color HEX #BD29DA Dark Orchid

📋 copy color: '#BD29DA'

red 189 ◦ green 41 ◦ blue 218

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

Shades of Dark Orchid #BD29DA

Tints of Dark Orchid #BD29DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.66%

R = 42.19%
G = 9.15%
B = 48.66%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD29DA (or 0xBD29DA) is known color: Dark Orchid. HEX triplet: BD, 29 and DA. RGB value is (189,41,218). Sum of RGB (Red+Green+Blue) = 189+41+218=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD29DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD29DA is #42D625. Grayscale: #686868. Windows color (decimal): -4380198 or 14297533. OLE color: 14297533.

HSL color Cylindrical-coordinate representation of color #BD29DA: hue angle of 290.17º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD29DA is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 41 218 -
CMYK 0.13 0.81 0 0.15
HSL 290.17º 0.71% 0.51% -
HSV(B) 290.17º 0.81% 0.85% -
XYZ 34.43 17.47 67.89 -
YUV 105.43 191.53 187.61 -
System Red Green Blue C M Y K H S L
Decimal 189 41 218 0.13 0.81 0 0.15 290.17 0.71 0.51
Hex BD 29 DA D 51 0 F 122 47 33
Octal 275 51 332 15 121 0 17 442 107 63
Binary 10111101 101001 11011010 1101 1010001 0 1111 100100010 1000111 110011

Color Harmonies of #BD29DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD29DA

Black with #BD29DA

Text Example


Text Example

White with #BD29DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD29DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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