Html Css Color HEX #B013DC Dark Violet

📋 copy color: '#B013DC'

red 176 ◦ green 19 ◦ blue 220

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

Shades of Dark Violet #B013DC

Tints of Dark Violet #B013DC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.58%

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

R = 42.41%
G = 4.58%
B = 53.01%

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

#B013DC (or 0xB013DC) is known color: Dark Violet. HEX triplet: B0, 13 and DC. RGB value is (176,19,220). Sum of RGB (Red+Green+Blue) = 176+19+220=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 19 (7.81% from 255 or 4.58% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #B013DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B013DC is #4FEC23. Grayscale: #585858. Windows color (decimal): -5237796 or 14422960. OLE color: 14422960.

HSL color Cylindrical-coordinate representation of color #B013DC: hue angle of 286.87º degrees, saturation: 0.84, 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 #B013DC is Cyan = 0.2, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 19 220 -
CMYK 0.2 0.91 0 0.14
HSL 286.87º 0.84% 0.47% -
HSV(B) 286.87º 0.91% 0.86% -
XYZ 31.06 14.86 68.94 -
YUV 88.86 202.01 190.16 -
System Red Green Blue C M Y K H S L
Decimal 176 19 220 0.2 0.91 0 0.14 286.87 0.84 0.47
Hex B0 13 DC 14 5B 0 E 11F 54 2F
Octal 260 23 334 24 133 0 16 437 124 57
Binary 10110000 10011 11011100 10100 1011011 0 1110 100011111 1010100 101111

Color Harmonies of #B013DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B013DC

Black with #B013DC

Text Example


Text Example

White with #B013DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B013DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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