Html Css Color HEX #B013DA Dark Violet

📋 copy color: '#B013DA'

red 176 ◦ green 19 ◦ blue 218

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

Shades of Dark Violet #B013DA

Tints of Dark Violet #B013DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.78%

R = 42.62%
G = 4.6%
B = 52.78%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B013DA (or 0xB013DA) is known color: Dark Violet. HEX triplet: B0, 13 and DA. RGB value is (176,19,218). Sum of RGB (Red+Green+Blue) = 176+19+218=413 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.62% from 413); Green value is 19 (7.81% from 255 or 4.60% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #B013DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B013DA is #4FEC25. Grayscale: #575757. Windows color (decimal): -5237798 or 14291888. OLE color: 14291888.

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

Color convert

RGB 176 19 218 -
CMYK 0.19 0.91 0 0.15
HSL 287.34º 0.84% 0.46% -
HSV(B) 287.34º 0.91% 0.85% -
XYZ 30.79 14.76 67.56 -
YUV 88.63 201.01 190.32 -
System Red Green Blue C M Y K H S L
Decimal 176 19 218 0.19 0.91 0 0.15 287.34 0.84 0.46
Hex B0 13 DA 13 5B 0 F 11F 54 2E
Octal 260 23 332 23 133 0 17 437 124 56
Binary 10110000 10011 11011010 10011 1011011 0 1111 100011111 1010100 101110

Color Harmonies of #B013DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B013DA

Black with #B013DA

Text Example


Text Example

White with #B013DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B013DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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