Html Css Color HEX #B10558 Jazzberry Jam

📋 copy color: '#B10558'

red 177 ◦ green 5 ◦ blue 88

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

Shades of Jazzberry Jam #B10558

Tints of Jazzberry Jam #B10558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

 BLUE value IS 88 (34.77% from 255) = 32.59%

R = 65.56%
G = 1.85%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B10558 (or 0xB10558) is known color: Jazzberry Jam. HEX triplet: B1, 05 and 58. RGB value is (177,5,88). Sum of RGB (Red+Green+Blue) = 177+5+88=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 88 (34.77% from 255 or 32.59% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B10558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10558 is #4EFAA7. Grayscale: #414141. Windows color (decimal): -5175976 or 5768625. OLE color: 5768625.

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

Color convert

RGB 177 5 88 -
CMYK 0 0.97 0.50 0.31
HSL 331.05º 0.95% 0.36% -
HSV(B) 331.05º 0.97% 0.69% -
XYZ 19.95 10.16 10.14 -
YUV 65.89 140.48 207.25 -
System Red Green Blue C M Y K H S L
Decimal 177 5 88 0 0.97 0.50 0.31 331.05 0.95 0.36
Hex B1 5 58 0 61 32 1F 14B 5F 24
Octal 261 5 130 0 141 62 37 513 137 44
Binary 10110001 101 1011000 0 1100001 110010 11111 101001011 1011111 100100

Color Harmonies of #B10558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10558

Black with #B10558

Text Example


Text Example

White with #B10558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10558; }

 p { color: rgb(177,5,88); }

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

background-color css

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

 a { background-color: rgb(177,5,88); }

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

border-color css

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

 span { border-color: rgb(177,5,88); }

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