Html Css Color HEX #B50271 Jazzberry Jam

📋 copy color: '#B50271'

red 181 ◦ green 2 ◦ blue 113

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

Shades of Jazzberry Jam #B50271

Tints of Jazzberry Jam #B50271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

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

R = 61.15%
G = 0.68%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B50271 (or 0xB50271) is known color: Jazzberry Jam. HEX triplet: B5, 02 and 71. RGB value is (181,2,113). Sum of RGB (Red+Green+Blue) = 181+2+113=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B50271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50271 is #4AFD8E. Grayscale: #434343. Windows color (decimal): -4914575 or 7406261. OLE color: 7406261.

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

Color convert

RGB 181 2 113 -
CMYK 0 0.99 0.38 0.29
HSL 322.79º 0.98% 0.36% -
HSV(B) 322.79º 0.99% 0.71% -
XYZ 22.06 11.06 16.59 -
YUV 68.18 153.3 208.47 -
System Red Green Blue C M Y K H S L
Decimal 181 2 113 0 0.99 0.38 0.29 322.79 0.98 0.36
Hex B5 2 71 0 63 26 1D 143 62 24
Octal 265 2 161 0 143 46 35 503 142 44
Binary 10110101 10 1110001 0 1100011 100110 11101 101000011 1100010 100100

Color Harmonies of #B50271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50271

Black with #B50271

Text Example


Text Example

White with #B50271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50271; }

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

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

background-color css

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

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

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

border-color css

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

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

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