Html Css Color HEX #B70770 Jazzberry Jam

📋 copy color: '#B70770'

red 183 ◦ green 7 ◦ blue 112

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

Shades of Jazzberry Jam #B70770

Tints of Jazzberry Jam #B70770

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.32%

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

R = 60.6%
G = 2.32%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B70770 (or 0xB70770) is known color: Jazzberry Jam. HEX triplet: B7, 07 and 70. RGB value is (183,7,112). Sum of RGB (Red+Green+Blue) = 183+7+112=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 112 (44.14% from 255 or 37.09% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B70770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70770 is #48F88F. Grayscale: #474747. Windows color (decimal): -4782224 or 7342007. OLE color: 7342007.

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

Color convert

RGB 183 7 112 -
CMYK 0 0.96 0.39 0.28
HSL 324.2º 0.93% 0.37% -
HSV(B) 324.2º 0.96% 0.72% -
XYZ 22.53 11.39 16.34 -
YUV 71.59 150.81 207.46 -
System Red Green Blue C M Y K H S L
Decimal 183 7 112 0 0.96 0.39 0.28 324.2 0.93 0.37
Hex B7 7 70 0 60 27 1C 144 5D 25
Octal 267 7 160 0 140 47 34 504 135 45
Binary 10110111 111 1110000 0 1100000 100111 11100 101000100 1011101 100101

Color Harmonies of #B70770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70770

Black with #B70770

Text Example


Text Example

White with #B70770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70770; }

 p { color: rgb(183,7,112); }

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

background-color css

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

 a { background-color: rgb(183,7,112); }

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

border-color css

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

 span { border-color: rgb(183,7,112); }

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