Html Css Color HEX #B928DB Dark Orchid

📋 copy color: '#B928DB'

red 185 ◦ green 40 ◦ blue 219

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

Shades of Dark Orchid #B928DB

Tints of Dark Orchid #B928DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.01%

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

R = 41.67%
G = 9.01%
B = 49.32%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B928DB (or 0xB928DB) is known color: Dark Orchid. HEX triplet: B9, 28 and DB. RGB value is (185,40,219). Sum of RGB (Red+Green+Blue) = 185+40+219=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 40 (16.02% from 255 or 9.01% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #B928DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B928DB is #46D724. Grayscale: #676767. Windows color (decimal): -4642597 or 14362809. OLE color: 14362809.

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

Color convert

RGB 185 40 219 -
CMYK 0.16 0.82 0 0.14
HSL 288.6º 0.71% 0.51% -
HSV(B) 288.6º 0.82% 0.86% -
XYZ 33.55 16.95 68.52 -
YUV 103.76 193.04 185.95 -
System Red Green Blue C M Y K H S L
Decimal 185 40 219 0.16 0.82 0 0.14 288.6 0.71 0.51
Hex B9 28 DB 10 52 0 E 121 47 33
Octal 271 50 333 20 122 0 16 441 107 63
Binary 10111001 101000 11011011 10000 1010010 0 1110 100100001 1000111 110011

Color Harmonies of #B928DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B928DB

Black with #B928DB

Text Example


Text Example

White with #B928DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B928DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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