Html Css Color HEX #B50071 Jazzberry Jam

📋 copy color: '#B50071'

red 181 ◦ green 0 ◦ blue 113

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

Shades of Jazzberry Jam #B50071

Tints of Jazzberry Jam #B50071

RGB

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

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

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

R = 61.56%
G = 0%
B = 38.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B50071 (or 0xB50071) is known color: Jazzberry Jam. HEX triplet: B5, 00 and 71. RGB value is (181,0,113). Sum of RGB (Red+Green+Blue) = 181+0+113=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B50071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50071 is #4AFF8E. Grayscale: #424242. Windows color (decimal): -4915087 or 7405749. OLE color: 7405749.

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

Color convert

RGB 181 0 113 -
CMYK 0 1 0.38 0.29
HSL 322.54º 1% 0.35% -
HSV(B) 322.54º 1% 0.71% -
XYZ 22.04 11.02 16.59 -
YUV 67 153.97 209.31 -
System Red Green Blue C M Y K H S L
Decimal 181 0 113 0 1 0.38 0.29 322.54 1 0.35
Hex B5 0 71 0 64 26 1D 143 64 23
Octal 265 0 161 0 144 46 35 503 144 43
Binary 10110101 0 1110001 0 1100100 100110 11101 101000011 1100100 100011

Color Harmonies of #B50071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50071

Black with #B50071

Text Example


Text Example

White with #B50071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50071; }

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

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

background-color css

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

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

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

border-color css

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

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

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