Html Css Color HEX #B0096F Jazzberry Jam

📋 copy color: '#B0096F'

red 176 ◦ green 9 ◦ blue 111

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

Shades of Jazzberry Jam #B0096F

Tints of Jazzberry Jam #B0096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.04%

 BLUE value IS 111 (43.75% from 255) = 37.5%

R = 59.46%
G = 3.04%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0096F (or 0xB0096F) is known color: Jazzberry Jam. HEX triplet: B0, 09 and 6F. RGB value is (176,9,111). Sum of RGB (Red+Green+Blue) = 176+9+111=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B0096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0096F is #4FF690. Grayscale: #464646. Windows color (decimal): -5240465 or 7276976. OLE color: 7276976.

HSL color Cylindrical-coordinate representation of color #B0096F: hue angle of 323.35º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0096F is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 9 111 -
CMYK 0 0.95 0.37 0.31
HSL 323.35º 0.9% 0.36% -
HSV(B) 323.35º 0.95% 0.69% -
XYZ 20.87 10.57 15.98 -
YUV 70.56 150.83 203.21 -
System Red Green Blue C M Y K H S L
Decimal 176 9 111 0 0.95 0.37 0.31 323.35 0.9 0.36
Hex B0 9 6F 0 5F 25 1F 143 5A 24
Octal 260 11 157 0 137 45 37 503 132 44
Binary 10110000 1001 1101111 0 1011111 100101 11111 101000011 1011010 100100

Color Harmonies of #B0096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0096F

Black with #B0096F

Text Example


Text Example

White with #B0096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0096F; }

 p { color: rgb(176,9,111); }

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

background-color css

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

 a { background-color: rgb(176,9,111); }

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

border-color css

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

 span { border-color: rgb(176,9,111); }

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