#B40566

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

Shades of Jazzberry Jam #B40566

Tints of Jazzberry Jam #B40566

Color information

#B40566 (or 0xB40566) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 05 and 66. RGB value is (180,5,102). Sum of RGB (Red+Green+Blue) = 180+5+102=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B40566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40566 is #4BFA99. Grayscale: #444444. Windows color (decimal): -4979354 or 6686132. OLE color: 6686132.

HSL color Cylindrical-coordinate representation of color #B40566: hue angle of 326.74º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B40566 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB1805102-
CMYK00.970.430.29
HSL326.74º94.59%36.27%-
HSV(B)326.74º97.22%70.59%-
XYZ21.2710.7713.53-
YUV68.38146.98207.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.72%
GREEN value IS 5 (2.34% from 255) = 1.74%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=62.72%
G=1.74%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180510200.970.430.29326.7494.5936.27
HexB45660612B1D1475f24
Octal26451460141533550713744
Binary10110100101110011001100001101011111011010001111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40566; }

 p { color: rgb(180,5,102); }

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

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

 a { background-color: rgb(180,5,102); }

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

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

 span { border-color: rgb(180,5,102); }

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