Html Css Color HEX #B014D7 Dark Violet

📋 copy color: '#B014D7'

red 176 ◦ green 20 ◦ blue 215

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

Shades of Dark Violet #B014D7

Tints of Dark Violet #B014D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.31%

R = 42.82%
G = 4.87%
B = 52.31%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B014D7 (or 0xB014D7) is known color: Dark Violet. HEX triplet: B0, 14 and D7. RGB value is (176,20,215). Sum of RGB (Red+Green+Blue) = 176+20+215=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 215 (84.38% from 255 or 52.31% from 411); Max value from RGB is 215 - color contains mainly: blue. Hex color #B014D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014D7 is #4FEB28. Grayscale: #585858. Windows color (decimal): -5237545 or 14095536. OLE color: 14095536.

HSL color Cylindrical-coordinate representation of color #B014D7: hue angle of 288º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B014D7 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 20 215 -
CMYK 0.18 0.91 0 0.16
HSL 288º 0.83% 0.46% -
HSV(B) 288º 0.91% 0.84% -
XYZ 30.42 14.64 65.51 -
YUV 88.87 199.18 190.14 -
System Red Green Blue C M Y K H S L
Decimal 176 20 215 0.18 0.91 0 0.16 288 0.83 0.46
Hex B0 14 D7 12 5B 0 10 120 53 2E
Octal 260 24 327 22 133 0 20 440 123 56
Binary 10110000 10100 11010111 10010 1011011 0 10000 100100000 1010011 101110

Color Harmonies of #B014D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B014D7

Black with #B014D7

Text Example


Text Example

White with #B014D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B014D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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