Html Css Color HEX #B50159 Jazzberry Jam

📋 copy color: '#B50159'

red 181 ◦ green 1 ◦ blue 89

#B50159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #B50159

Tints of Jazzberry Jam #B50159

RGB

 RED value IS 181 (71.09% from 255) = 66.79%

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 89 (35.16% from 255) = 32.84%

R = 66.79%
G = 0.37%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B50159 (or 0xB50159) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 59. RGB value is (181,1,89). Sum of RGB (Red+Green+Blue) = 181+1+89=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B50159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50159 is #4AFEA6. Grayscale: #404040. Windows color (decimal): -4914855 or 5833141. OLE color: 5833141.

HSL color Cylindrical-coordinate representation of color #B50159: hue angle of 330.67º degrees, saturation: 0.99, 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 #B50159 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 1 89 -
CMYK 0 0.99 0.51 0.29
HSL 330.67º 0.99% 0.36% -
HSV(B) 330.67º 0.99% 0.71% -
XYZ 20.87 10.57 10.39 -
YUV 64.85 141.63 210.84 -
System Red Green Blue C M Y K H S L
Decimal 181 1 89 0 0.99 0.51 0.29 330.67 0.99 0.36
Hex B5 1 59 0 63 33 1D 14B 63 24
Octal 265 1 131 0 143 63 35 513 143 44
Binary 10110101 1 1011001 0 1100011 110011 11101 101001011 1100011 100100

Color Harmonies of #B50159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50159

Black with #B50159

Text Example


Text Example

White with #B50159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50159; }

 p { color: rgb(181,1,89); }

 H1.HeaderClassName
 {
   color: #B50159;
 }
 .AnyTagClassName
 {
   color: #B50159;
 }
</style>

background-color css

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

 a { background-color: rgb(181,1,89); }

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

border-color css

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

 span { border-color: rgb(181,1,89); }

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