Html Css Color HEX #B80470 Jazzberry Jam

📋 copy color: '#B80470'

red 184 ◦ green 4 ◦ blue 112

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

Shades of Jazzberry Jam #B80470

Tints of Jazzberry Jam #B80470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.33%

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

R = 61.33%
G = 1.33%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B80470 (or 0xB80470) is known color: Jazzberry Jam. HEX triplet: B8, 04 and 70. RGB value is (184,4,112). Sum of RGB (Red+Green+Blue) = 184+4+112=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B80470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80470 is #47FB8F. Grayscale: #454545. Windows color (decimal): -4717456 or 7341240. OLE color: 7341240.

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

Color convert

RGB 184 4 112 -
CMYK 0 0.98 0.39 0.28
HSL 324º 0.96% 0.37% -
HSV(B) 324º 0.98% 0.72% -
XYZ 22.74 11.45 16.34 -
YUV 70.13 151.63 209.22 -
System Red Green Blue C M Y K H S L
Decimal 184 4 112 0 0.98 0.39 0.28 324 0.96 0.37
Hex B8 4 70 0 62 27 1C 144 60 25
Octal 270 4 160 0 142 47 34 504 140 45
Binary 10111000 100 1110000 0 1100010 100111 11100 101000100 1100000 100101

Color Harmonies of #B80470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80470

Black with #B80470

Text Example


Text Example

White with #B80470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80470; }

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

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

background-color css

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

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

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

border-color css

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

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

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