Html Css Color HEX #B015DC Dark Violet

📋 copy color: '#B015DC'

red 176 ◦ green 21 ◦ blue 220

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

Shades of Dark Violet #B015DC

Tints of Dark Violet #B015DC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.04%

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

R = 42.21%
G = 5.04%
B = 52.76%

CMYK

 C value IS 0.2

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B015DC (or 0xB015DC) is known color: Dark Violet. HEX triplet: B0, 15 and DC. RGB value is (176,21,220). Sum of RGB (Red+Green+Blue) = 176+21+220=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #B015DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B015DC is #4FEA23. Grayscale: #595959. Windows color (decimal): -5237284 or 14423472. OLE color: 14423472.

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

Color convert

RGB 176 21 220 -
CMYK 0.2 0.90 0 0.14
HSL 286.73º 0.83% 0.47% -
HSV(B) 286.73º 0.9% 0.86% -
XYZ 31.09 14.93 68.95 -
YUV 90.03 201.35 189.32 -
System Red Green Blue C M Y K H S L
Decimal 176 21 220 0.2 0.90 0 0.14 286.73 0.83 0.47
Hex B0 15 DC 14 5A 0 E 11F 53 2F
Octal 260 25 334 24 132 0 16 437 123 57
Binary 10110000 10101 11011100 10100 1011010 0 1110 100011111 1010011 101111

Color Harmonies of #B015DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B015DC

Black with #B015DC

Text Example


Text Example

White with #B015DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B015DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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