Html Css Color HEX #B50871 Jazzberry Jam

📋 copy color: '#B50871'

red 181 ◦ green 8 ◦ blue 113

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

Shades of Jazzberry Jam #B50871

Tints of Jazzberry Jam #B50871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.42%

R = 59.93%
G = 2.65%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B50871 (or 0xB50871) is known color: Jazzberry Jam. HEX triplet: B5, 08 and 71. RGB value is (181,8,113). Sum of RGB (Red+Green+Blue) = 181+8+113=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B50871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50871 is #4AF78E. Grayscale: #474747. Windows color (decimal): -4913039 or 7407797. OLE color: 7407797.

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

Color convert

RGB 181 8 113 -
CMYK 0 0.96 0.38 0.29
HSL 323.58º 0.92% 0.37% -
HSV(B) 323.58º 0.96% 0.71% -
XYZ 22.12 11.19 16.62 -
YUV 71.7 151.31 205.96 -
System Red Green Blue C M Y K H S L
Decimal 181 8 113 0 0.96 0.38 0.29 323.58 0.92 0.37
Hex B5 8 71 0 60 26 1D 144 5C 25
Octal 265 10 161 0 140 46 35 504 134 45
Binary 10110101 1000 1110001 0 1100000 100110 11101 101000100 1011100 100101

Color Harmonies of #B50871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50871

Black with #B50871

Text Example


Text Example

White with #B50871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50871; }

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

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

background-color css

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

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

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

border-color css

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

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

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