Html Css Color HEX #B115E0 Dark Violet

📋 copy color: '#B115E0'

red 177 ◦ green 21 ◦ blue 224

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

Shades of Dark Violet #B115E0

Tints of Dark Violet #B115E0

RGB

 RED value IS 177 (69.53% from 255) = 41.94%

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

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

R = 41.94%
G = 4.98%
B = 53.08%

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

#B115E0 (or 0xB115E0) is known color: Dark Violet. HEX triplet: B1, 15 and E0. RGB value is (177,21,224). Sum of RGB (Red+Green+Blue) = 177+21+224=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 21 (8.59% from 255 or 4.98% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #B115E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115E0 is #4EEA1F. Grayscale: #5A5A5A. Windows color (decimal): -5171744 or 14685617. OLE color: 14685617.

HSL color Cylindrical-coordinate representation of color #B115E0: hue angle of 286.11º 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 #B115E0 is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 21 224 -
CMYK 0.21 0.91 0 0.12
HSL 286.11º 0.83% 0.48% -
HSV(B) 286.11º 0.91% 0.88% -
XYZ 31.85 15.27 71.79 -
YUV 90.79 203.18 189.49 -
System Red Green Blue C M Y K H S L
Decimal 177 21 224 0.21 0.91 0 0.12 286.11 0.83 0.48
Hex B1 15 E0 15 5B 0 C 11E 53 30
Octal 261 25 340 25 133 0 14 436 123 60
Binary 10110001 10101 11100000 10101 1011011 0 1100 100011110 1010011 110000

Color Harmonies of #B115E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B115E0

Black with #B115E0

Text Example


Text Example

White with #B115E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B115E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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