Html Css Color HEX #B014DA Dark Violet

📋 copy color: '#B014DA'

red 176 ◦ green 20 ◦ blue 218

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

Shades of Dark Violet #B014DA

Tints of Dark Violet #B014DA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.83%

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

R = 42.51%
G = 4.83%
B = 52.66%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B014DA (or 0xB014DA) is known color: Dark Violet. HEX triplet: B0, 14 and DA. RGB value is (176,20,218). Sum of RGB (Red+Green+Blue) = 176+20+218=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #B014DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014DA is #4FEB25. Grayscale: #585858. Windows color (decimal): -5237542 or 14292144. OLE color: 14292144.

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

Color convert

RGB 176 20 218 -
CMYK 0.19 0.91 0 0.15
HSL 287.27º 0.83% 0.47% -
HSV(B) 287.27º 0.91% 0.85% -
XYZ 30.81 14.79 67.56 -
YUV 89.22 200.68 189.9 -
System Red Green Blue C M Y K H S L
Decimal 176 20 218 0.19 0.91 0 0.15 287.27 0.83 0.47
Hex B0 14 DA 13 5B 0 F 11F 53 2F
Octal 260 24 332 23 133 0 17 437 123 57
Binary 10110000 10100 11011010 10011 1011011 0 1111 100011111 1010011 101111

Color Harmonies of #B014DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B014DA

Black with #B014DA

Text Example


Text Example

White with #B014DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B014DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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