#B5046C

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

Shades of Jazzberry Jam #B5046C

Tints of Jazzberry Jam #B5046C

Color information

#B5046C (or 0xB5046C) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 04 and 6C. RGB value is (181,4,108). Sum of RGB (Red+Green+Blue) = 181+4+108=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B5046C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5046C is #4AFB93. Grayscale: #444444. Windows color (decimal): -4914068 or 7079093. OLE color: 7079093.

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

Color convert

RGB1814108-
CMYK00.980.400.29
HSL324.75º95.68%36.27%-
HSV(B)324.75º97.79%70.98%-
XYZ21.8110.9915.16-
YUV68.78150.14208.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.77%
GREEN value IS 4 (1.95% from 255) = 1.37%
BLUE value IS 108 (42.58% from 255) = 36.86%
R=61.77%
G=1.37%
B=36.86%

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
Decimal181410800.980.400.29324.7595.6836.27
HexB546C062281D1456024
Octal26541540142503550514044
Binary10110101100110110001100010101000111011010001011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5046C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5046C; }

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

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

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

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

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

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

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

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