#B5046D

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

Shades of Jazzberry Jam #B5046D

Tints of Jazzberry Jam #B5046D

Color information

#B5046D (or 0xB5046D) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 04 and 6D. RGB value is (181,4,109). Sum of RGB (Red+Green+Blue) = 181+4+109=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B5046D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5046D is #4AFB92. Grayscale: #444444. Windows color (decimal): -4914067 or 7144629. OLE color: 7144629.

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

Color convert

RGB1814109-
CMYK00.980.400.29
HSL324.41º95.68%36.27%-
HSV(B)324.41º97.79%70.98%-
XYZ21.8611.0115.44-
YUV68.89150.64207.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.56%
GREEN value IS 4 (1.95% from 255) = 1.36%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=61.56%
G=1.36%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181410900.980.400.29324.4195.6836.27
HexB546D062281D1446024
Octal26541550142503550414044
Binary10110101100110110101100010101000111011010001001100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5046D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5046D; }

 p { color: rgb(181,4,109); }

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

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

 a { background-color: rgb(181,4,109); }

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

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

 span { border-color: rgb(181,4,109); }

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