Html Css Color HEX #B80372 Jazzberry Jam

📋 copy color: '#B80372'

red 184 ◦ green 3 ◦ blue 114

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

Shades of Jazzberry Jam #B80372

Tints of Jazzberry Jam #B80372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.87%

R = 61.13%
G = 1%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B80372 (or 0xB80372) is known color: Jazzberry Jam. HEX triplet: B8, 03 and 72. RGB value is (184,3,114). Sum of RGB (Red+Green+Blue) = 184+3+114=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B80372 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80372 is #47FC8D. Grayscale: #454545. Windows color (decimal): -4717710 or 7472056. OLE color: 7472056.

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

Color convert

RGB 184 3 114 -
CMYK 0 0.98 0.38 0.28
HSL 323.2º 0.97% 0.37% -
HSV(B) 323.2º 0.98% 0.72% -
XYZ 22.84 11.47 16.93 -
YUV 69.77 152.97 209.47 -
System Red Green Blue C M Y K H S L
Decimal 184 3 114 0 0.98 0.38 0.28 323.2 0.97 0.37
Hex B8 3 72 0 62 26 1C 143 61 25
Octal 270 3 162 0 142 46 34 503 141 45
Binary 10111000 11 1110010 0 1100010 100110 11100 101000011 1100001 100101

Color Harmonies of #B80372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80372

Black with #B80372

Text Example


Text Example

White with #B80372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80372; }

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

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

background-color css

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

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

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

border-color css

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

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

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