Html Css Color HEX #B01170 Jazzberry Jam

📋 copy color: '#B01170'

red 176 ◦ green 17 ◦ blue 112

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

Shades of Jazzberry Jam #B01170

Tints of Jazzberry Jam #B01170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.72%

R = 57.7%
G = 5.57%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B01170 (or 0xB01170) is known color: Jazzberry Jam. HEX triplet: B0, 11 and 70. RGB value is (176,17,112). Sum of RGB (Red+Green+Blue) = 176+17+112=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B01170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01170 is #4FEE8F. Grayscale: #4B4B4B. Windows color (decimal): -5238416 or 7344560. OLE color: 7344560.

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

Color convert

RGB 176 17 112 -
CMYK 0 0.90 0.36 0.31
HSL 324.15º 0.82% 0.38% -
HSV(B) 324.15º 0.9% 0.69% -
XYZ 21.03 10.8 16.31 -
YUV 75.37 148.68 199.78 -
System Red Green Blue C M Y K H S L
Decimal 176 17 112 0 0.90 0.36 0.31 324.15 0.82 0.38
Hex B0 11 70 0 5A 24 1F 144 52 26
Octal 260 21 160 0 132 44 37 504 122 46
Binary 10110000 10001 1110000 0 1011010 100100 11111 101000100 1010010 100110

Color Harmonies of #B01170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01170

Black with #B01170

Text Example


Text Example

White with #B01170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01170; }

 p { color: rgb(176,17,112); }

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

background-color css

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

 a { background-color: rgb(176,17,112); }

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

border-color css

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

 span { border-color: rgb(176,17,112); }

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