Html Css Color HEX #B929DD Dark Orchid

📋 copy color: '#B929DD'

red 185 ◦ green 41 ◦ blue 221

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

Shades of Dark Orchid #B929DD

Tints of Dark Orchid #B929DD

RGB

 RED value IS 185 (72.66% from 255) = 41.39%

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

 BLUE value IS 221 (86.72% from 255) = 49.44%

R = 41.39%
G = 9.17%
B = 49.44%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B929DD (or 0xB929DD) is known color: Dark Orchid. HEX triplet: B9, 29 and DD. RGB value is (185,41,221). Sum of RGB (Red+Green+Blue) = 185+41+221=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 41 (16.41% from 255 or 9.17% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #B929DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B929DD is #46D622. Grayscale: #686868. Windows color (decimal): -4642339 or 14494137. OLE color: 14494137.

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

Color convert

RGB 185 41 221 -
CMYK 0.16 0.81 0 0.13
HSL 288º 0.73% 0.51% -
HSV(B) 288º 0.81% 0.87% -
XYZ 33.85 17.12 69.93 -
YUV 104.58 193.71 185.36 -
System Red Green Blue C M Y K H S L
Decimal 185 41 221 0.16 0.81 0 0.13 288 0.73 0.51
Hex B9 29 DD 10 51 0 D 120 49 33
Octal 271 51 335 20 121 0 15 440 111 63
Binary 10111001 101001 11011101 10000 1010001 0 1101 100100000 1001001 110011

Color Harmonies of #B929DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B929DD

Black with #B929DD

Text Example


Text Example

White with #B929DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B929DD; }

 p { color: rgb(185,41,221); }

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

background-color css

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

 a { background-color: rgb(185,41,221); }

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

border-color css

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

 span { border-color: rgb(185,41,221); }

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