Html Css Color HEX #B215E0 Dark Violet

📋 copy color: '#B215E0'

red 178 ◦ green 21 ◦ blue 224

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

Shades of Dark Violet #B215E0

Tints of Dark Violet #B215E0

RGB

 RED value IS 178 (69.92% from 255) = 42.08%

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

 BLUE value IS 224 (87.89% from 255) = 52.96%

R = 42.08%
G = 4.96%
B = 52.96%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B215E0 (or 0xB215E0) is known color: Dark Violet. HEX triplet: B2, 15 and E0. RGB value is (178,21,224). Sum of RGB (Red+Green+Blue) = 178+21+224=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #B215E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B215E0 is #4DEA1F. Grayscale: #5A5A5A. Windows color (decimal): -5106208 or 14685618. OLE color: 14685618.

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

Color convert

RGB 178 21 224 -
CMYK 0.21 0.91 0 0.12
HSL 286.4º 0.83% 0.48% -
HSV(B) 286.4º 0.91% 0.88% -
XYZ 32.08 15.38 71.8 -
YUV 91.09 203.01 189.99 -
System Red Green Blue C M Y K H S L
Decimal 178 21 224 0.21 0.91 0 0.12 286.4 0.83 0.48
Hex B2 15 E0 15 5B 0 C 11E 53 30
Octal 262 25 340 25 133 0 14 436 123 60
Binary 10110010 10101 11100000 10101 1011011 0 1100 100011110 1010011 110000

Color Harmonies of #B215E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B215E0

Black with #B215E0

Text Example


Text Example

White with #B215E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B215E0; }

 p { color: rgb(178,21,224); }

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

background-color css

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

 a { background-color: rgb(178,21,224); }

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

border-color css

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

 span { border-color: rgb(178,21,224); }

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