Html Css Color HEX #B10870 Jazzberry Jam

📋 copy color: '#B10870'

red 177 ◦ green 8 ◦ blue 112

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

Shades of Jazzberry Jam #B10870

Tints of Jazzberry Jam #B10870

RGB

 RED value IS 177 (69.53% from 255) = 59.6%

 GREEN value IS 8 (3.52% from 255) = 2.69%

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

R = 59.6%
G = 2.69%
B = 37.71%

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

#B10870 (or 0xB10870) is known color: Jazzberry Jam. HEX triplet: B1, 08 and 70. RGB value is (177,8,112). Sum of RGB (Red+Green+Blue) = 177+8+112=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B10870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10870 is #4EF78F. Grayscale: #464646. Windows color (decimal): -5175184 or 7342257. OLE color: 7342257.

HSL color Cylindrical-coordinate representation of color #B10870: hue angle of 323.08º degrees, saturation: 0.91, 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 #B10870 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 8 112 -
CMYK 0 0.95 0.37 0.31
HSL 323.08º 0.91% 0.36% -
HSV(B) 323.08º 0.95% 0.69% -
XYZ 21.14 10.69 16.28 -
YUV 70.39 151.49 204.04 -
System Red Green Blue C M Y K H S L
Decimal 177 8 112 0 0.95 0.37 0.31 323.08 0.91 0.36
Hex B1 8 70 0 5F 25 1F 143 5B 24
Octal 261 10 160 0 137 45 37 503 133 44
Binary 10110001 1000 1110000 0 1011111 100101 11111 101000011 1011011 100100

Color Harmonies of #B10870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10870

Black with #B10870

Text Example


Text Example

White with #B10870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10870; }

 p { color: rgb(177,8,112); }

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

background-color css

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

 a { background-color: rgb(177,8,112); }

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

border-color css

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

 span { border-color: rgb(177,8,112); }

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