Html Css Color HEX #B115D8 Dark Violet

📋 copy color: '#B115D8'

red 177 ◦ green 21 ◦ blue 216

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

Shades of Dark Violet #B115D8

Tints of Dark Violet #B115D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.17%

R = 42.75%
G = 5.07%
B = 52.17%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B115D8 (or 0xB115D8) is known color: Dark Violet. HEX triplet: B1, 15 and D8. RGB value is (177,21,216). Sum of RGB (Red+Green+Blue) = 177+21+216=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 21 (8.59% from 255 or 5.07% from 414); Blue value is 216 (84.77% from 255 or 52.17% from 414); Max value from RGB is 216 - color contains mainly: blue. Hex color #B115D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B115D8 is #4EEA27. Grayscale: #595959. Windows color (decimal): -5171752 or 14161329. OLE color: 14161329.

HSL color Cylindrical-coordinate representation of color #B115D8: hue angle of 288º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B115D8 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 21 216 -
CMYK 0.18 0.90 0 0.15
HSL 288º 0.82% 0.46% -
HSV(B) 288º 0.9% 0.85% -
XYZ 30.79 14.84 66.21 -
YUV 89.87 199.18 190.14 -
System Red Green Blue C M Y K H S L
Decimal 177 21 216 0.18 0.90 0 0.15 288 0.82 0.46
Hex B1 15 D8 12 5A 0 F 120 52 2E
Octal 261 25 330 22 132 0 17 440 122 56
Binary 10110001 10101 11011000 10010 1011010 0 1111 100100000 1010010 101110

Color Harmonies of #B115D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B115D8

Black with #B115D8

Text Example


Text Example

White with #B115D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B115D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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