Html Css Color HEX #B50259 Jazzberry Jam

📋 copy color: '#B50259'

red 181 ◦ green 2 ◦ blue 89

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

Shades of Jazzberry Jam #B50259

Tints of Jazzberry Jam #B50259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 66.54%
G = 0.74%
B = 32.72%

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

#B50259 (or 0xB50259) is known color: Jazzberry Jam. HEX triplet: B5, 02 and 59. RGB value is (181,2,89). Sum of RGB (Red+Green+Blue) = 181+2+89=272 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.54% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 181 - color contains mainly: red. Hex color #B50259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50259 is #4AFDA6. Grayscale: #414141. Windows color (decimal): -4914599 or 5833397. OLE color: 5833397.

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

Color convert

RGB 181 2 89 -
CMYK 0 0.99 0.51 0.29
HSL 330.84º 0.98% 0.36% -
HSV(B) 330.84º 0.99% 0.71% -
XYZ 20.88 10.59 10.39 -
YUV 65.44 141.3 210.43 -
System Red Green Blue C M Y K H S L
Decimal 181 2 89 0 0.99 0.51 0.29 330.84 0.98 0.36
Hex B5 2 59 0 63 33 1D 14B 62 24
Octal 265 2 131 0 143 63 35 513 142 44
Binary 10110101 10 1011001 0 1100011 110011 11101 101001011 1100010 100100

Color Harmonies of #B50259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50259

Black with #B50259

Text Example


Text Example

White with #B50259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50259; }

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

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

background-color css

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

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

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

border-color css

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

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

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