Html Css Color HEX #B50054 Jazzberry Jam

📋 copy color: '#B50054'

red 181 ◦ green 0 ◦ blue 84

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

Shades of Jazzberry Jam #B50054

Tints of Jazzberry Jam #B50054

RGB

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

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

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

R = 68.3%
G = 0%
B = 31.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B50054 (or 0xB50054) is known color: Jazzberry Jam. HEX triplet: B5, 00 and 54. RGB value is (181,0,84). Sum of RGB (Red+Green+Blue) = 181+0+84=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B50054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50054 is #4AFFAB. Grayscale: #3F3F3F. Windows color (decimal): -4915116 or 5505205. OLE color: 5505205.

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

Color convert

RGB 181 0 84 -
CMYK 0 1 0.54 0.29
HSL 332.15º 1% 0.35% -
HSV(B) 332.15º 1% 0.71% -
XYZ 20.66 10.46 9.32 -
YUV 63.7 139.47 211.67 -
System Red Green Blue C M Y K H S L
Decimal 181 0 84 0 1 0.54 0.29 332.15 1 0.35
Hex B5 0 54 0 64 36 1D 14C 64 23
Octal 265 0 124 0 144 66 35 514 144 43
Binary 10110101 0 1010100 0 1100100 110110 11101 101001100 1100100 100011

Color Harmonies of #B50054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50054

Black with #B50054

Text Example


Text Example

White with #B50054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50054; }

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

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

background-color css

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

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

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

border-color css

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

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

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