Html Css Color HEX #B50050 Jazzberry Jam

📋 copy color: '#B50050'

red 181 ◦ green 0 ◦ blue 80

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

Shades of Jazzberry Jam #B50050

Tints of Jazzberry Jam #B50050

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 69.35%
G = 0%
B = 30.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B50050 (or 0xB50050) is known color: Jazzberry Jam. HEX triplet: B5, 00 and 50. RGB value is (181,0,80). Sum of RGB (Red+Green+Blue) = 181+0+80=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B50050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50050 is #4AFFAF. Grayscale: #3F3F3F. Windows color (decimal): -4915120 or 5243061. OLE color: 5243061.

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

Color convert

RGB 181 0 80 -
CMYK 0 1 0.56 0.29
HSL 333.48º 1% 0.35% -
HSV(B) 333.48º 1% 0.71% -
XYZ 20.5 10.4 8.52 -
YUV 63.24 137.47 212 -
System Red Green Blue C M Y K H S L
Decimal 181 0 80 0 1 0.56 0.29 333.48 1 0.35
Hex B5 0 50 0 64 38 1D 14D 64 23
Octal 265 0 120 0 144 70 35 515 144 43
Binary 10110101 0 1010000 0 1100100 111000 11101 101001101 1100100 100011

Color Harmonies of #B50050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50050

Black with #B50050

Text Example


Text Example

White with #B50050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50050; }

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

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

background-color css

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

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

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

border-color css

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

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

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