Html Css Color HEX #B80371 Jazzberry Jam

📋 copy color: '#B80371'

red 184 ◦ green 3 ◦ blue 113

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

Shades of Jazzberry Jam #B80371

Tints of Jazzberry Jam #B80371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

 BLUE value IS 113 (44.53% from 255) = 37.67%

R = 61.33%
G = 1%
B = 37.67%

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

#B80371 (or 0xB80371) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 71. RGB value is (184,3,113). Sum of RGB (Red+Green+Blue) = 184+3+113=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B80371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80371 is #47FC8E. Grayscale: #454545. Windows color (decimal): -4717711 or 7406520. OLE color: 7406520.

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

Color convert

RGB 184 3 113 -
CMYK 0 0.98 0.39 0.28
HSL 323.54º 0.97% 0.37% -
HSV(B) 323.54º 0.98% 0.72% -
XYZ 22.78 11.45 16.63 -
YUV 69.66 152.47 209.56 -
System Red Green Blue C M Y K H S L
Decimal 184 3 113 0 0.98 0.39 0.28 323.54 0.97 0.37
Hex B8 3 71 0 62 27 1C 144 61 25
Octal 270 3 161 0 142 47 34 504 141 45
Binary 10111000 11 1110001 0 1100010 100111 11100 101000100 1100001 100101

Color Harmonies of #B80371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80371

Black with #B80371

Text Example


Text Example

White with #B80371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80371; }

 p { color: rgb(184,3,113); }

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

background-color css

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

 a { background-color: rgb(184,3,113); }

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

border-color css

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

 span { border-color: rgb(184,3,113); }

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