Html Css Color HEX #B50D71 Jazzberry Jam

📋 copy color: '#B50D71'

red 181 ◦ green 13 ◦ blue 113

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

Shades of Jazzberry Jam #B50D71

Tints of Jazzberry Jam #B50D71

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.23%

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

R = 58.96%
G = 4.23%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B50D71 (or 0xB50D71) is known color: Jazzberry Jam. HEX triplet: B5, 0D and 71. RGB value is (181,13,113). Sum of RGB (Red+Green+Blue) = 181+13+113=307 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.96% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50D71 is #4AF28E. Grayscale: #4A4A4A. Windows color (decimal): -4911759 or 7409077. OLE color: 7409077.

HSL color Cylindrical-coordinate representation of color #B50D71: hue angle of 324.29º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50D71 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 13 113 -
CMYK 0 0.93 0.38 0.29
HSL 324.29º 0.87% 0.38% -
HSV(B) 324.29º 0.93% 0.71% -
XYZ 22.18 11.3 16.64 -
YUV 74.63 149.66 203.87 -
System Red Green Blue C M Y K H S L
Decimal 181 13 113 0 0.93 0.38 0.29 324.29 0.87 0.38
Hex B5 D 71 0 5D 26 1D 144 57 26
Octal 265 15 161 0 135 46 35 504 127 46
Binary 10110101 1101 1110001 0 1011101 100110 11101 101000100 1010111 100110

Color Harmonies of #B50D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50D71

Black with #B50D71

Text Example


Text Example

White with #B50D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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