Html Css Color HEX #B50773 Jazzberry Jam

📋 copy color: '#B50773'

red 181 ◦ green 7 ◦ blue 115

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

Shades of Jazzberry Jam #B50773

Tints of Jazzberry Jam #B50773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.31%

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

R = 59.74%
G = 2.31%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B50773 (or 0xB50773) is known color: Jazzberry Jam. HEX triplet: B5, 07 and 73. RGB value is (181,7,115). Sum of RGB (Red+Green+Blue) = 181+7+115=303 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.74% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 181 - color contains mainly: red. Hex color #B50773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50773 is #4AF88C. Grayscale: #474747. Windows color (decimal): -4913293 or 7538613. OLE color: 7538613.

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

Color convert

RGB 181 7 115 -
CMYK 0 0.96 0.36 0.29
HSL 322.76º 0.93% 0.37% -
HSV(B) 322.76º 0.96% 0.71% -
XYZ 22.23 11.21 17.21 -
YUV 71.34 152.65 206.22 -
System Red Green Blue C M Y K H S L
Decimal 181 7 115 0 0.96 0.36 0.29 322.76 0.93 0.37
Hex B5 7 73 0 60 24 1D 143 5D 25
Octal 265 7 163 0 140 44 35 503 135 45
Binary 10110101 111 1110011 0 1100000 100100 11101 101000011 1011101 100101

Color Harmonies of #B50773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50773

Black with #B50773

Text Example


Text Example

White with #B50773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50773; }

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

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

background-color css

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

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

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

border-color css

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

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

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