Html Css Color HEX #B014DC Dark Violet

📋 copy color: '#B014DC'

red 176 ◦ green 20 ◦ blue 220

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

Shades of Dark Violet #B014DC

Tints of Dark Violet #B014DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 42.31%
G = 4.81%
B = 52.88%

CMYK

 C value IS 0.2

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B014DC (or 0xB014DC) is known color: Dark Violet. HEX triplet: B0, 14 and DC. RGB value is (176,20,220). Sum of RGB (Red+Green+Blue) = 176+20+220=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 20 (8.20% from 255 or 4.81% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #B014DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014DC is #4FEB23. Grayscale: #585858. Windows color (decimal): -5237540 or 14423216. OLE color: 14423216.

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

Color convert

RGB 176 20 220 -
CMYK 0.2 0.91 0 0.14
HSL 286.8º 0.83% 0.47% -
HSV(B) 286.8º 0.91% 0.86% -
XYZ 31.07 14.9 68.95 -
YUV 89.44 201.68 189.74 -
System Red Green Blue C M Y K H S L
Decimal 176 20 220 0.2 0.91 0 0.14 286.8 0.83 0.47
Hex B0 14 DC 14 5B 0 E 11F 53 2F
Octal 260 24 334 24 133 0 16 437 123 57
Binary 10110000 10100 11011100 10100 1011011 0 1110 100011111 1010011 101111

Color Harmonies of #B014DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B014DC

Black with #B014DC

Text Example


Text Example

White with #B014DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B014DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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