Html Css Color HEX #B0156C Jazzberry Jam

📋 copy color: '#B0156C'

red 176 ◦ green 21 ◦ blue 108

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

Shades of Jazzberry Jam #B0156C

Tints of Jazzberry Jam #B0156C

RGB

 RED value IS 176 (69.14% from 255) = 57.7%

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

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

R = 57.7%
G = 6.89%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0156C (or 0xB0156C) is known color: Jazzberry Jam. HEX triplet: B0, 15 and 6C. RGB value is (176,21,108). Sum of RGB (Red+Green+Blue) = 176+21+108=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B0156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0156C is #4FEA93. Grayscale: #4D4D4D. Windows color (decimal): -5237396 or 7083440. OLE color: 7083440.

HSL color Cylindrical-coordinate representation of color #B0156C: hue angle of 326.32º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0156C is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 21 108 -
CMYK 0 0.88 0.39 0.31
HSL 326.32º 0.79% 0.39% -
HSV(B) 326.32º 0.88% 0.69% -
XYZ 20.88 10.85 15.18 -
YUV 77.26 145.35 198.43 -
System Red Green Blue C M Y K H S L
Decimal 176 21 108 0 0.88 0.39 0.31 326.32 0.79 0.39
Hex B0 15 6C 0 58 27 1F 146 4F 27
Octal 260 25 154 0 130 47 37 506 117 47
Binary 10110000 10101 1101100 0 1011000 100111 11111 101000110 1001111 100111

Color Harmonies of #B0156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0156C

Black with #B0156C

Text Example


Text Example

White with #B0156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0156C; }

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

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

background-color css

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

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

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

border-color css

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

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

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