Html Css Color HEX #B016DA Dark Violet

📋 copy color: '#B016DA'

red 176 ◦ green 22 ◦ blue 218

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

Shades of Dark Violet #B016DA

Tints of Dark Violet #B016DA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.29%

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

R = 42.31%
G = 5.29%
B = 52.4%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B016DA (or 0xB016DA) is known color: Dark Violet. HEX triplet: B0, 16 and DA. RGB value is (176,22,218). Sum of RGB (Red+Green+Blue) = 176+22+218=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #B016DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B016DA is #4FE925. Grayscale: #595959. Windows color (decimal): -5237030 or 14292656. OLE color: 14292656.

HSL color Cylindrical-coordinate representation of color #B016DA: hue angle of 287.14º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B016DA is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 22 218 -
CMYK 0.19 0.90 0 0.15
HSL 287.14º 0.82% 0.47% -
HSV(B) 287.14º 0.9% 0.85% -
XYZ 30.85 14.87 67.57 -
YUV 90.39 200.02 189.06 -
System Red Green Blue C M Y K H S L
Decimal 176 22 218 0.19 0.90 0 0.15 287.14 0.82 0.47
Hex B0 16 DA 13 5A 0 F 11F 52 2F
Octal 260 26 332 23 132 0 17 437 122 57
Binary 10110000 10110 11011010 10011 1011010 0 1111 100011111 1010010 101111

Color Harmonies of #B016DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B016DA

Black with #B016DA

Text Example


Text Example

White with #B016DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B016DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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