Html Css Color HEX #B014DD Dark Violet

📋 copy color: '#B014DD'

red 176 ◦ green 20 ◦ blue 221

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

Shades of Dark Violet #B014DD

Tints of Dark Violet #B014DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53%

R = 42.21%
G = 4.8%
B = 53%

CMYK

 C value IS 0.20

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B014DD (or 0xB014DD) is known color: Dark Violet. HEX triplet: B0, 14 and DD. RGB value is (176,20,221). Sum of RGB (Red+Green+Blue) = 176+20+221=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 20 (8.20% from 255 or 4.80% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #B014DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B014DD is #4FEB22. Grayscale: #585858. Windows color (decimal): -5237539 or 14488752. OLE color: 14488752.

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

Color convert

RGB 176 20 221 -
CMYK 0.20 0.91 0 0.13
HSL 286.57º 0.83% 0.47% -
HSV(B) 286.57º 0.91% 0.87% -
XYZ 31.21 14.95 69.65 -
YUV 89.56 202.18 189.66 -
System Red Green Blue C M Y K H S L
Decimal 176 20 221 0.20 0.91 0 0.13 286.57 0.83 0.47
Hex B0 14 DD 14 5B 0 D 11F 53 2F
Octal 260 24 335 24 133 0 15 437 123 57
Binary 10110000 10100 11011101 10100 1011011 0 1101 100011111 1010011 101111

Color Harmonies of #B014DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B014DD

Black with #B014DD

Text Example


Text Example

White with #B014DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B014DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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