#B50075

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

Shades of Jazzberry Jam #B50075

Tints of Jazzberry Jam #B50075

Color information

#B50075 (or 0xB50075) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 00 and 75. RGB value is (181,0,117). Sum of RGB (Red+Green+Blue) = 181+0+117=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 117 (46.09% from 255 or 39.26% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B50075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50075 is #4AFF8A. Grayscale: #434343. Windows color (decimal): -4915083 or 7667893. OLE color: 7667893.

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

Color convert

RGB1810117-
CMYK010.350.29
HSL321.22º100%35.49%-
HSV(B)321.22º100%70.98%-
XYZ22.2711.1117.8-
YUV67.46155.97208.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 39.26%
R=60.74%
G=0%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1810117010.350.29321.2210035.49
HexB5075064231D1416423
Octal26501650144433550114443
Binary101101010111010101100100100011111011010000011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50075; }

 p { color: rgb(181,0,117); }

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

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

 a { background-color: rgb(181,0,117); }

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

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

 span { border-color: rgb(181,0,117); }

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