Html Css Color HEX #BD29DF Dark Orchid

📋 copy color: '#BD29DF'

red 189 ◦ green 41 ◦ blue 223

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

Shades of Dark Orchid #BD29DF

Tints of Dark Orchid #BD29DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.23%

R = 41.72%
G = 9.05%
B = 49.23%

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

#BD29DF (or 0xBD29DF) is known color: Dark Orchid. HEX triplet: BD, 29 and DF. RGB value is (189,41,223). Sum of RGB (Red+Green+Blue) = 189+41+223=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD29DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD29DF is #42D620. Grayscale: #696969. Windows color (decimal): -4380193 or 14625213. OLE color: 14625213.

HSL color Cylindrical-coordinate representation of color #BD29DF: hue angle of 288.79º degrees, saturation: 0.74, 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 #BD29DF is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 41 223 -
CMYK 0.15 0.82 0 0.13
HSL 288.79º 0.74% 0.52% -
HSV(B) 288.79º 0.82% 0.87% -
XYZ 35.1 17.73 71.38 -
YUV 106 194.03 187.2 -
System Red Green Blue C M Y K H S L
Decimal 189 41 223 0.15 0.82 0 0.13 288.79 0.74 0.52
Hex BD 29 DF F 52 0 D 121 4A 34
Octal 275 51 337 17 122 0 15 441 112 64
Binary 10111101 101001 11011111 1111 1010010 0 1101 100100001 1001010 110100

Color Harmonies of #BD29DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD29DF

Black with #BD29DF

Text Example


Text Example

White with #BD29DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD29DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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