Html Css Color HEX #B019DA Dark Orchid

📋 copy color: '#B019DA'

red 176 ◦ green 25 ◦ blue 218

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

Shades of Dark Orchid #B019DA

Tints of Dark Orchid #B019DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.03%

R = 42%
G = 5.97%
B = 52.03%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B019DA (or 0xB019DA) is known color: Dark Orchid. HEX triplet: B0, 19 and DA. RGB value is (176,25,218). Sum of RGB (Red+Green+Blue) = 176+25+218=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 25 (10.16% from 255 or 5.97% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #B019DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B019DA is #4FE625. Grayscale: #5B5B5B. Windows color (decimal): -5236262 or 14293424. OLE color: 14293424.

HSL color Cylindrical-coordinate representation of color #B019DA: hue angle of 286.94º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B019DA is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 25 218 -
CMYK 0.19 0.89 0 0.15
HSL 286.94º 0.79% 0.48% -
HSV(B) 286.94º 0.89% 0.85% -
XYZ 30.91 14.99 67.59 -
YUV 92.15 199.03 187.81 -
System Red Green Blue C M Y K H S L
Decimal 176 25 218 0.19 0.89 0 0.15 286.94 0.79 0.48
Hex B0 19 DA 13 59 0 F 11F 4F 30
Octal 260 31 332 23 131 0 17 437 117 60
Binary 10110000 11001 11011010 10011 1011001 0 1111 100011111 1001111 110000

Color Harmonies of #B019DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B019DA

Black with #B019DA

Text Example


Text Example

White with #B019DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B019DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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