#B0146E

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

Shades of Jazzberry Jam #B0146E

Tints of Jazzberry Jam #B0146E

Color information

#B0146E (or 0xB0146E) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 14 and 6E. RGB value is (176,20,110). Sum of RGB (Red+Green+Blue) = 176+20+110=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B0146E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0146E is #4FEB91. Grayscale: #4C4C4C. Windows color (decimal): -5237650 or 7214256. OLE color: 7214256.

HSL color Cylindrical-coordinate representation of color #B0146E: hue angle of 325.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0146E is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17620110-
CMYK00.890.370.31
HSL325.38º79.59%38.43%-
HSV(B)325.38º88.64%69.02%-
XYZ20.9710.8615.74-
YUV76.9146.68198.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.52%
GREEN value IS 20 (8.20% from 255) = 6.54%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=57.52%
G=6.54%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762011000.890.370.31325.3879.5938.43
HexB0146E059251F1455026
Octal260241560131453750512046
Binary1011000010100110111001011001100101111111010001011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0146E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0146E; }

 p { color: rgb(176,20,110); }

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

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

 a { background-color: rgb(176,20,110); }

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

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

 span { border-color: rgb(176,20,110); }

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