#B50C6B

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

Shades of Jazzberry Jam #B50C6B

Tints of Jazzberry Jam #B50C6B

Color information

#B50C6B (or 0xB50C6B) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 0C and 6B. RGB value is (181,12,107). Sum of RGB (Red+Green+Blue) = 181+12+107=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50C6B is #4AF394. Grayscale: #494949. Windows color (decimal): -4912021 or 7015605. OLE color: 7015605.

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

Color convert

RGB18112107-
CMYK00.930.410.29
HSL326.27º87.56%37.84%-
HSV(B)326.27º93.37%70.98%-
XYZ21.8411.1514.91-
YUV73.36146.99204.78-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.33%
GREEN value IS 12 (5.08% from 255) = 4%
BLUE value IS 107 (42.19% from 255) = 35.67%
R=60.33%
G=4%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811210700.930.410.29326.2787.5637.84
HexB5C6B05D291D1465826
Octal265141530135513550613046
Binary101101011100110101101011101101001111011010001101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50C6B; }

 p { color: rgb(181,12,107); }

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

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

 a { background-color: rgb(181,12,107); }

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

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

 span { border-color: rgb(181,12,107); }

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