Html Css Color HEX #B50550 Jazzberry Jam

📋 copy color: '#B50550'

red 181 ◦ green 5 ◦ blue 80

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

Shades of Jazzberry Jam #B50550

Tints of Jazzberry Jam #B50550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.08%

R = 68.05%
G = 1.88%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B50550 (or 0xB50550) is known color: Jazzberry Jam. HEX triplet: B5, 05 and 50. RGB value is (181,5,80). Sum of RGB (Red+Green+Blue) = 181+5+80=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B50550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50550 is #4AFAAF. Grayscale: #424242. Windows color (decimal): -4913840 or 5244341. OLE color: 5244341.

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

Color convert

RGB 181 5 80 -
CMYK 0 0.97 0.56 0.29
HSL 334.43º 0.95% 0.36% -
HSV(B) 334.43º 0.97% 0.71% -
XYZ 20.56 10.51 8.53 -
YUV 66.17 135.81 209.9 -
System Red Green Blue C M Y K H S L
Decimal 181 5 80 0 0.97 0.56 0.29 334.43 0.95 0.36
Hex B5 5 50 0 61 38 1D 14E 5F 24
Octal 265 5 120 0 141 70 35 516 137 44
Binary 10110101 101 1010000 0 1100001 111000 11101 101001110 1011111 100100

Color Harmonies of #B50550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50550

Black with #B50550

Text Example


Text Example

White with #B50550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50550; }

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

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

background-color css

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

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

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

border-color css

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

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

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