Html Css Color HEX #B5116C Jazzberry Jam

📋 copy color: '#B5116C'

red 181 ◦ green 17 ◦ blue 108

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

Shades of Jazzberry Jam #B5116C

Tints of Jazzberry Jam #B5116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.29%

R = 59.15%
G = 5.56%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5116C (or 0xB5116C) is known color: Jazzberry Jam. HEX triplet: B5, 11 and 6C. RGB value is (181,17,108). Sum of RGB (Red+Green+Blue) = 181+17+108=306 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.15% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 181 - color contains mainly: red. Hex color #B5116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5116C is #4AEE93. Grayscale: #4C4C4C. Windows color (decimal): -4910740 or 7082421. OLE color: 7082421.

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

Color convert

RGB 181 17 108 -
CMYK 0 0.91 0.40 0.29
HSL 326.71º 0.83% 0.39% -
HSV(B) 326.71º 0.91% 0.71% -
XYZ 21.96 11.31 15.21 -
YUV 76.41 145.83 202.6 -
System Red Green Blue C M Y K H S L
Decimal 181 17 108 0 0.91 0.40 0.29 326.71 0.83 0.39
Hex B5 11 6C 0 5B 28 1D 147 53 27
Octal 265 21 154 0 133 50 35 507 123 47
Binary 10110101 10001 1101100 0 1011011 101000 11101 101000111 1010011 100111

Color Harmonies of #B5116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5116C

Black with #B5116C

Text Example


Text Example

White with #B5116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5116C; }

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

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

background-color css

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

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

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

border-color css

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

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

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