Html Css Color HEX #B70558 Jazzberry Jam

📋 copy color: '#B70558'

red 183 ◦ green 5 ◦ blue 88

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

Shades of Jazzberry Jam #B70558

Tints of Jazzberry Jam #B70558

RGB

 RED value IS 183 (71.88% from 255) = 66.3%

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

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

R = 66.3%
G = 1.81%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B70558 (or 0xB70558) is known color: Jazzberry Jam. HEX triplet: B7, 05 and 58. RGB value is (183,5,88). Sum of RGB (Red+Green+Blue) = 183+5+88=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B70558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70558 is #48FAA7. Grayscale: #434343. Windows color (decimal): -4782760 or 5768631. OLE color: 5768631.

HSL color Cylindrical-coordinate representation of color #B70558: hue angle of 332.02º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B70558 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 5 88 -
CMYK 0 0.97 0.52 0.28
HSL 332.02º 0.95% 0.37% -
HSV(B) 332.02º 0.97% 0.72% -
XYZ 21.34 10.88 10.21 -
YUV 67.68 139.47 210.25 -
System Red Green Blue C M Y K H S L
Decimal 183 5 88 0 0.97 0.52 0.28 332.02 0.95 0.37
Hex B7 5 58 0 61 34 1C 14C 5F 25
Octal 267 5 130 0 141 64 34 514 137 45
Binary 10110111 101 1011000 0 1100001 110100 11100 101001100 1011111 100101

Color Harmonies of #B70558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70558

Black with #B70558

Text Example


Text Example

White with #B70558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70558; }

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

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

background-color css

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

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

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

border-color css

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

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

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