#B50268

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

Shades of Jazzberry Jam #B50268

Tints of Jazzberry Jam #B50268

Color information

#B50268 (or 0xB50268) is unknown color: approx Jazzberry Jam. HEX triplet: B5, 02 and 68. RGB value is (181,2,104). Sum of RGB (Red+Green+Blue) = 181+2+104=287 (38% of max value = 765). Red value is 181 (71.09% from 255 or 63.07% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 181 - color contains mainly: red. Hex color #B50268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50268 is #4AFD97. Grayscale: #424242. Windows color (decimal): -4914584 or 6816437. OLE color: 6816437.

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

Color convert

RGB1812104-
CMYK00.990.430.29
HSL325.81º97.81%35.88%-
HSV(B)325.81º98.9%70.98%-
XYZ21.5810.8714.06-
YUV67.15148.8209.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 63.07%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=63.07%
G=0.70%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181210400.990.430.29325.8197.8135.88
HexB52680632B1D1466224
Octal26521500143533550614244
Binary1011010110110100001100011101011111011010001101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50268; }

 p { color: rgb(181,2,104); }

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

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

 a { background-color: rgb(181,2,104); }

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

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

 span { border-color: rgb(181,2,104); }

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