Html Css Color HEX #B5115E Jazzberry Jam

📋 copy color: '#B5115E'

red 181 ◦ green 17 ◦ blue 94

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

Shades of Jazzberry Jam #B5115E

Tints of Jazzberry Jam #B5115E

RGB

 RED value IS 181 (71.09% from 255) = 61.99%

 GREEN value IS 17 (7.03% from 255) = 5.82%

 BLUE value IS 94 (37.11% from 255) = 32.19%

R = 61.99%
G = 5.82%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5115E (or 0xB5115E) is known color: Jazzberry Jam. HEX triplet: B5, 11 and 5E. RGB value is (181,17,94). Sum of RGB (Red+Green+Blue) = 181+17+94=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 17 (7.03% from 255 or 5.82% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B5115E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5115E is #4AEEA1. Grayscale: #4A4A4A. Windows color (decimal): -4910754 or 6164917. OLE color: 6164917.

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

Color convert

RGB 181 17 94 -
CMYK 0 0.91 0.48 0.29
HSL 331.83º 0.83% 0.39% -
HSV(B) 331.83º 0.91% 0.71% -
XYZ 21.28 11.03 11.6 -
YUV 74.81 138.83 203.74 -
System Red Green Blue C M Y K H S L
Decimal 181 17 94 0 0.91 0.48 0.29 331.83 0.83 0.39
Hex B5 11 5E 0 5B 30 1D 14C 53 27
Octal 265 21 136 0 133 60 35 514 123 47
Binary 10110101 10001 1011110 0 1011011 110000 11101 101001100 1010011 100111

Color Harmonies of #B5115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5115E

Black with #B5115E

Text Example


Text Example

White with #B5115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5115E; }

 p { color: rgb(181,17,94); }

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

background-color css

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

 a { background-color: rgb(181,17,94); }

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

border-color css

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

 span { border-color: rgb(181,17,94); }

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