Html Css Color HEX #B70070 Jazzberry Jam

📋 copy color: '#B70070'

red 183 ◦ green 0 ◦ blue 112

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

Shades of Jazzberry Jam #B70070

Tints of Jazzberry Jam #B70070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.03%
G = 0%
B = 37.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B70070 (or 0xB70070) is known color: Jazzberry Jam. HEX triplet: B7, 00 and 70. RGB value is (183,0,112). Sum of RGB (Red+Green+Blue) = 183+0+112=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B70070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70070 is #48FF8F. Grayscale: #434343. Windows color (decimal): -4784016 or 7340215. OLE color: 7340215.

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

Color convert

RGB 183 0 112 -
CMYK 0 1 0.39 0.28
HSL 323.28º 1% 0.36% -
HSV(B) 323.28º 1% 0.72% -
XYZ 22.45 11.24 16.31 -
YUV 67.49 153.13 210.39 -
System Red Green Blue C M Y K H S L
Decimal 183 0 112 0 1 0.39 0.28 323.28 1 0.36
Hex B7 0 70 0 64 27 1C 143 64 24
Octal 267 0 160 0 144 47 34 503 144 44
Binary 10110111 0 1110000 0 1100100 100111 11100 101000011 1100100 100100

Color Harmonies of #B70070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70070

Black with #B70070

Text Example


Text Example

White with #B70070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70070; }

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

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

background-color css

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

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

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

border-color css

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

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

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