Html Css Color HEX #B015E2 Dark Violet

📋 copy color: '#B015E2'

red 176 ◦ green 21 ◦ blue 226

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

Shades of Dark Violet #B015E2

Tints of Dark Violet #B015E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 53.43%

R = 41.61%
G = 4.96%
B = 53.43%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B015E2 (or 0xB015E2) is known color: Dark Violet. HEX triplet: B0, 15 and E2. RGB value is (176,21,226). Sum of RGB (Red+Green+Blue) = 176+21+226=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 226 (88.67% from 255 or 53.43% from 423); Max value from RGB is 226 - color contains mainly: blue. Hex color #B015E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B015E2 is #4FEA1D. Grayscale: #5A5A5A. Windows color (decimal): -5237278 or 14816688. OLE color: 14816688.

HSL color Cylindrical-coordinate representation of color #B015E2: hue angle of 285.37º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B015E2 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 176 21 226 -
CMYK 0.22 0.91 0 0.11
HSL 285.37º 0.83% 0.48% -
HSV(B) 285.37º 0.91% 0.89% -
XYZ 31.9 15.26 73.22 -
YUV 90.72 204.35 188.83 -
System Red Green Blue C M Y K H S L
Decimal 176 21 226 0.22 0.91 0 0.11 285.37 0.83 0.48
Hex B0 15 E2 16 5B 0 B 11D 53 30
Octal 260 25 342 26 133 0 13 435 123 60
Binary 10110000 10101 11100010 10110 1011011 0 1011 100011101 1010011 110000

Color Harmonies of #B015E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B015E2

Black with #B015E2

Text Example


Text Example

White with #B015E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B015E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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