Html Css Color HEX #B50173 Jazzberry Jam

📋 copy color: '#B50173'

red 181 ◦ green 1 ◦ blue 115

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

Shades of Jazzberry Jam #B50173

Tints of Jazzberry Jam #B50173

RGB

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

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

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

R = 60.94%
G = 0.34%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B50173 (or 0xB50173) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 73. RGB value is (181,1,115). Sum of RGB (Red+Green+Blue) = 181+1+115=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B50173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50173 is #4AFE8C. Grayscale: #434343. Windows color (decimal): -4914829 or 7537077. OLE color: 7537077.

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

Color convert

RGB 181 1 115 -
CMYK 0 0.99 0.36 0.29
HSL 322º 0.99% 0.36% -
HSV(B) 322º 0.99% 0.71% -
XYZ 22.16 11.08 17.19 -
YUV 67.82 154.63 208.73 -
System Red Green Blue C M Y K H S L
Decimal 181 1 115 0 0.99 0.36 0.29 322 0.99 0.36
Hex B5 1 73 0 63 24 1D 142 63 24
Octal 265 1 163 0 143 44 35 502 143 44
Binary 10110101 1 1110011 0 1100011 100100 11101 101000010 1100011 100100

Color Harmonies of #B50173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50173

Black with #B50173

Text Example


Text Example

White with #B50173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50173; }

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

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

background-color css

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

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

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

border-color css

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

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

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