Html Css Color HEX #B50574 Jazzberry Jam

📋 copy color: '#B50574'

red 181 ◦ green 5 ◦ blue 116

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

Shades of Jazzberry Jam #B50574

Tints of Jazzberry Jam #B50574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.41%

R = 59.93%
G = 1.66%
B = 38.41%

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

#B50574 (or 0xB50574) is known color: Jazzberry Jam. HEX triplet: B5, 05 and 74. RGB value is (181,5,116). Sum of RGB (Red+Green+Blue) = 181+5+116=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B50574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50574 is #4AFA8B. Grayscale: #464646. Windows color (decimal): -4913804 or 7603637. OLE color: 7603637.

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

Color convert

RGB 181 5 116 -
CMYK 0 0.97 0.36 0.29
HSL 322.16º 0.95% 0.36% -
HSV(B) 322.16º 0.97% 0.71% -
XYZ 22.26 11.19 17.51 -
YUV 70.28 153.81 206.97 -
System Red Green Blue C M Y K H S L
Decimal 181 5 116 0 0.97 0.36 0.29 322.16 0.95 0.36
Hex B5 5 74 0 61 24 1D 142 5F 24
Octal 265 5 164 0 141 44 35 502 137 44
Binary 10110101 101 1110100 0 1100001 100100 11101 101000010 1011111 100100

Color Harmonies of #B50574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50574

Black with #B50574

Text Example


Text Example

White with #B50574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50574; }

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

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

background-color css

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

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

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

border-color css

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

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

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