Html Css Color HEX #B5156C Jazzberry Jam

📋 copy color: '#B5156C'

red 181 ◦ green 21 ◦ blue 108

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

Shades of Jazzberry Jam #B5156C

Tints of Jazzberry Jam #B5156C

RGB

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

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

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

R = 58.39%
G = 6.77%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B5156C (or 0xB5156C) is known color: Jazzberry Jam. HEX triplet: B5, 15 and 6C. RGB value is (181,21,108). Sum of RGB (Red+Green+Blue) = 181+21+108=310 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.39% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 181 - color contains mainly: red. Hex color #B5156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5156C is #4AEA93. Grayscale: #4E4E4E. Windows color (decimal): -4909716 or 7083445. OLE color: 7083445.

HSL color Cylindrical-coordinate representation of color #B5156C: hue angle of 327.38º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5156C is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 21 108 -
CMYK 0 0.88 0.40 0.29
HSL 327.38º 0.79% 0.4% -
HSV(B) 327.38º 0.88% 0.71% -
XYZ 22.03 11.44 15.23 -
YUV 78.76 144.51 200.93 -
System Red Green Blue C M Y K H S L
Decimal 181 21 108 0 0.88 0.40 0.29 327.38 0.79 0.4
Hex B5 15 6C 0 58 28 1D 147 4F 28
Octal 265 25 154 0 130 50 35 507 117 50
Binary 10110101 10101 1101100 0 1011000 101000 11101 101000111 1001111 101000

Color Harmonies of #B5156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5156C

Black with #B5156C

Text Example


Text Example

White with #B5156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5156C; }

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

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

background-color css

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

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

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

border-color css

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

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

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