Html Css Color HEX #B929DB Dark Orchid

📋 copy color: '#B929DB'

red 185 ◦ green 41 ◦ blue 219

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

Shades of Dark Orchid #B929DB

Tints of Dark Orchid #B929DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.21%

R = 41.57%
G = 9.21%
B = 49.21%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B929DB (or 0xB929DB) is known color: Dark Orchid. HEX triplet: B9, 29 and DB. RGB value is (185,41,219). Sum of RGB (Red+Green+Blue) = 185+41+219=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 41 (16.41% from 255 or 9.21% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #B929DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B929DB is #46D624. Grayscale: #676767. Windows color (decimal): -4642341 or 14363065. OLE color: 14363065.

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

Color convert

RGB 185 41 219 -
CMYK 0.16 0.81 0 0.14
HSL 288.54º 0.71% 0.51% -
HSV(B) 288.54º 0.81% 0.86% -
XYZ 33.59 17.01 68.53 -
YUV 104.35 192.71 185.53 -
System Red Green Blue C M Y K H S L
Decimal 185 41 219 0.16 0.81 0 0.14 288.54 0.71 0.51
Hex B9 29 DB 10 51 0 E 121 47 33
Octal 271 51 333 20 121 0 16 441 107 63
Binary 10111001 101001 11011011 10000 1010001 0 1110 100100001 1000111 110011

Color Harmonies of #B929DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B929DB

Black with #B929DB

Text Example


Text Example

White with #B929DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B929DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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