Html Css Color HEX #B50860 Jazzberry Jam

📋 copy color: '#B50860'

red 181 ◦ green 8 ◦ blue 96

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

Shades of Jazzberry Jam #B50860

Tints of Jazzberry Jam #B50860

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.81%

 BLUE value IS 96 (37.89% from 255) = 33.68%

R = 63.51%
G = 2.81%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B50860 (or 0xB50860) is known color: Jazzberry Jam. HEX triplet: B5, 08 and 60. RGB value is (181,8,96). Sum of RGB (Red+Green+Blue) = 181+8+96=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B50860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50860 is #4AF79F. Grayscale: #454545. Windows color (decimal): -4913056 or 6293685. OLE color: 6293685.

HSL color Cylindrical-coordinate representation of color #B50860: hue angle of 329.48º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B50860 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 8 96 -
CMYK 0 0.96 0.47 0.29
HSL 329.48º 0.92% 0.37% -
HSV(B) 329.48º 0.96% 0.71% -
XYZ 21.25 10.84 12.04 -
YUV 69.76 142.81 207.34 -
System Red Green Blue C M Y K H S L
Decimal 181 8 96 0 0.96 0.47 0.29 329.48 0.92 0.37
Hex B5 8 60 0 60 2F 1D 149 5C 25
Octal 265 10 140 0 140 57 35 511 134 45
Binary 10110101 1000 1100000 0 1100000 101111 11101 101001001 1011100 100101

Color Harmonies of #B50860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50860

Black with #B50860

Text Example


Text Example

White with #B50860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50860; }

 p { color: rgb(181,8,96); }

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

background-color css

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

 a { background-color: rgb(181,8,96); }

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

border-color css

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

 span { border-color: rgb(181,8,96); }

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