Html Css Color HEX #B50573 Jazzberry Jam

📋 copy color: '#B50573'

red 181 ◦ green 5 ◦ blue 115

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

Shades of Jazzberry Jam #B50573

Tints of Jazzberry Jam #B50573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.66%

 BLUE value IS 115 (45.31% from 255) = 38.21%

R = 60.13%
G = 1.66%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B50573 (or 0xB50573) is known color: Jazzberry Jam. HEX triplet: B5, 05 and 73. RGB value is (181,5,115). Sum of RGB (Red+Green+Blue) = 181+5+115=301 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.13% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 181 - color contains mainly: red. Hex color #B50573 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50573 is #4AFA8C. Grayscale: #454545. Windows color (decimal): -4913805 or 7538101. OLE color: 7538101.

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

Color convert

RGB 181 5 115 -
CMYK 0 0.97 0.36 0.29
HSL 322.5º 0.95% 0.36% -
HSV(B) 322.5º 0.97% 0.71% -
XYZ 22.2 11.17 17.21 -
YUV 70.16 153.31 207.06 -
System Red Green Blue C M Y K H S L
Decimal 181 5 115 0 0.97 0.36 0.29 322.5 0.95 0.36
Hex B5 5 73 0 61 24 1D 142 5F 24
Octal 265 5 163 0 141 44 35 502 137 44
Binary 10110101 101 1110011 0 1100001 100100 11101 101000010 1011111 100100

Color Harmonies of #B50573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50573

Black with #B50573

Text Example


Text Example

White with #B50573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50573; }

 p { color: rgb(181,5,115); }

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

background-color css

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

 a { background-color: rgb(181,5,115); }

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

border-color css

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

 span { border-color: rgb(181,5,115); }

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