Html Css Color HEX #B019DB Dark Orchid

📋 copy color: '#B019DB'

red 176 ◦ green 25 ◦ blue 219

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

Shades of Dark Orchid #B019DB

Tints of Dark Orchid #B019DB

RGB

 RED value IS 176 (69.14% from 255) = 41.9%

 GREEN value IS 25 (10.16% from 255) = 5.95%

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

R = 41.9%
G = 5.95%
B = 52.14%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B019DB (or 0xB019DB) is known color: Dark Orchid. HEX triplet: B0, 19 and DB. RGB value is (176,25,219). Sum of RGB (Red+Green+Blue) = 176+25+219=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #B019DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B019DB is #4FE624. Grayscale: #5B5B5B. Windows color (decimal): -5236261 or 14358960. OLE color: 14358960.

HSL color Cylindrical-coordinate representation of color #B019DB: hue angle of 286.7º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B019DB is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 25 219 -
CMYK 0.20 0.89 0 0.14
HSL 286.7º 0.8% 0.48% -
HSV(B) 286.7º 0.89% 0.86% -
XYZ 31.04 15.04 68.28 -
YUV 92.27 199.53 187.73 -
System Red Green Blue C M Y K H S L
Decimal 176 25 219 0.20 0.89 0 0.14 286.7 0.8 0.48
Hex B0 19 DB 14 59 0 E 11F 50 30
Octal 260 31 333 24 131 0 16 437 120 60
Binary 10110000 11001 11011011 10100 1011001 0 1110 100011111 1010000 110000

Color Harmonies of #B019DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B019DB

Black with #B019DB

Text Example


Text Example

White with #B019DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B019DB; }

 p { color: rgb(176,25,219); }

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

background-color css

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

 a { background-color: rgb(176,25,219); }

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

border-color css

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

 span { border-color: rgb(176,25,219); }

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