Html Css Color HEX #B50354 Jazzberry Jam

📋 copy color: '#B50354'

red 181 ◦ green 3 ◦ blue 84

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

Shades of Jazzberry Jam #B50354

Tints of Jazzberry Jam #B50354

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.12%

 BLUE value IS 84 (33.2% from 255) = 31.34%

R = 67.54%
G = 1.12%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B50354 (or 0xB50354) is known color: Jazzberry Jam. HEX triplet: B5, 03 and 54. RGB value is (181,3,84). Sum of RGB (Red+Green+Blue) = 181+3+84=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 3 (1.56% from 255 or 1.12% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B50354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50354 is #4AFCAB. Grayscale: #414141. Windows color (decimal): -4914348 or 5505973. OLE color: 5505973.

HSL color Cylindrical-coordinate representation of color #B50354: hue angle of 332.7º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B50354 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 3 84 -
CMYK 0 0.98 0.54 0.29
HSL 332.7º 0.97% 0.36% -
HSV(B) 332.7º 0.98% 0.71% -
XYZ 20.69 10.53 9.33 -
YUV 65.46 138.47 210.41 -
System Red Green Blue C M Y K H S L
Decimal 181 3 84 0 0.98 0.54 0.29 332.7 0.97 0.36
Hex B5 3 54 0 62 36 1D 14D 61 24
Octal 265 3 124 0 142 66 35 515 141 44
Binary 10110101 11 1010100 0 1100010 110110 11101 101001101 1100001 100100

Color Harmonies of #B50354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50354

Black with #B50354

Text Example


Text Example

White with #B50354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50354; }

 p { color: rgb(181,3,84); }

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

background-color css

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

 a { background-color: rgb(181,3,84); }

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

border-color css

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

 span { border-color: rgb(181,3,84); }

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