Html Css Color HEX #B50471 Jazzberry Jam

📋 copy color: '#B50471'

red 181 ◦ green 4 ◦ blue 113

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

Shades of Jazzberry Jam #B50471

Tints of Jazzberry Jam #B50471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.34%

 BLUE value IS 113 (44.53% from 255) = 37.92%

R = 60.74%
G = 1.34%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B50471 (or 0xB50471) is known color: Jazzberry Jam. HEX triplet: B5, 04 and 71. RGB value is (181,4,113). Sum of RGB (Red+Green+Blue) = 181+4+113=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B50471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50471 is #4AFB8E. Grayscale: #454545. Windows color (decimal): -4914063 or 7406773. OLE color: 7406773.

HSL color Cylindrical-coordinate representation of color #B50471: hue angle of 323.05º degrees, saturation: 0.96, 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 #B50471 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 4 113 -
CMYK 0 0.98 0.38 0.29
HSL 323.05º 0.96% 0.36% -
HSV(B) 323.05º 0.98% 0.71% -
XYZ 22.08 11.1 16.6 -
YUV 69.35 152.64 207.64 -
System Red Green Blue C M Y K H S L
Decimal 181 4 113 0 0.98 0.38 0.29 323.05 0.96 0.36
Hex B5 4 71 0 62 26 1D 143 60 24
Octal 265 4 161 0 142 46 35 503 140 44
Binary 10110101 100 1110001 0 1100010 100110 11101 101000011 1100000 100100

Color Harmonies of #B50471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50471

Black with #B50471

Text Example


Text Example

White with #B50471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50471; }

 p { color: rgb(181,4,113); }

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

background-color css

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

 a { background-color: rgb(181,4,113); }

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

border-color css

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

 span { border-color: rgb(181,4,113); }

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