Html Css Color HEX #B80570 Jazzberry Jam

📋 copy color: '#B80570'

red 184 ◦ green 5 ◦ blue 112

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

Shades of Jazzberry Jam #B80570

Tints of Jazzberry Jam #B80570

RGB

 RED value IS 184 (72.27% from 255) = 61.13%

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

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

R = 61.13%
G = 1.66%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B80570 (or 0xB80570) is known color: Jazzberry Jam. HEX triplet: B8, 05 and 70. RGB value is (184,5,112). Sum of RGB (Red+Green+Blue) = 184+5+112=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B80570 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80570 is #47FA8F. Grayscale: #464646. Windows color (decimal): -4717200 or 7341496. OLE color: 7341496.

HSL color Cylindrical-coordinate representation of color #B80570: hue angle of 324.13º 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 #B80570 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 5 112 -
CMYK 0 0.97 0.39 0.28
HSL 324.13º 0.95% 0.37% -
HSV(B) 324.13º 0.97% 0.72% -
XYZ 22.75 11.47 16.34 -
YUV 70.72 151.3 208.8 -
System Red Green Blue C M Y K H S L
Decimal 184 5 112 0 0.97 0.39 0.28 324.13 0.95 0.37
Hex B8 5 70 0 61 27 1C 144 5F 25
Octal 270 5 160 0 141 47 34 504 137 45
Binary 10111000 101 1110000 0 1100001 100111 11100 101000100 1011111 100101

Color Harmonies of #B80570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80570

Black with #B80570

Text Example


Text Example

White with #B80570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80570; }

 p { color: rgb(184,5,112); }

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

background-color css

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

 a { background-color: rgb(184,5,112); }

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

border-color css

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

 span { border-color: rgb(184,5,112); }

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