Html Css Color HEX #B50171 Jazzberry Jam

📋 copy color: '#B50171'

red 181 ◦ green 1 ◦ blue 113

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

Shades of Jazzberry Jam #B50171

Tints of Jazzberry Jam #B50171

RGB

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

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

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

R = 61.36%
G = 0.34%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B50171 (or 0xB50171) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 71. RGB value is (181,1,113). Sum of RGB (Red+Green+Blue) = 181+1+113=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B50171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50171 is #4AFE8E. Grayscale: #434343. Windows color (decimal): -4914831 or 7406005. OLE color: 7406005.

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

Color convert

RGB 181 1 113 -
CMYK 0 0.99 0.38 0.29
HSL 322.67º 0.99% 0.36% -
HSV(B) 322.67º 0.99% 0.71% -
XYZ 22.05 11.04 16.59 -
YUV 67.59 153.63 208.89 -
System Red Green Blue C M Y K H S L
Decimal 181 1 113 0 0.99 0.38 0.29 322.67 0.99 0.36
Hex B5 1 71 0 63 26 1D 143 63 24
Octal 265 1 161 0 143 46 35 503 143 44
Binary 10110101 1 1110001 0 1100011 100110 11101 101000011 1100011 100100

Color Harmonies of #B50171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50171

Black with #B50171

Text Example


Text Example

White with #B50171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50171; }

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

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

background-color css

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

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

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

border-color css

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

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

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