#B80568

Color #B80568 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B80568

Tints of Jazzberry Jam #B80568

Color information

#B80568 (or 0xB80568) is unknown color: approx Jazzberry Jam. HEX triplet: B8, 05 and 68. RGB value is (184,5,104). Sum of RGB (Red+Green+Blue) = 184+5+104=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B80568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80568 is #47FA97. Grayscale: #454545. Windows color (decimal): -4717208 or 6817208. OLE color: 6817208.

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

Color convert

RGB1845104-
CMYK00.970.430.28
HSL326.82º94.71%37.06%-
HSV(B)326.82º97.28%72.16%-
XYZ22.3211.314.1-
YUV69.81147.3209.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 62.80%
GREEN value IS 5 (2.34% from 255) = 1.71%
BLUE value IS 104 (41.02% from 255) = 35.49%
R=62.80%
G=1.71%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184510400.970.430.28326.8294.7137.06
HexB85680612B1C1475f25
Octal27051500141533450713745
Binary10111000101110100001100001101011111001010001111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B80568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B80568; }

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

 H1.HeaderClassName
 {
   color: #B80568;
 }
 .AnyTagClassName
 {
   color: #B80568;
 }
</style>
background-color css

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

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

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

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

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

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