Html Css Color HEX #B41271 Jazzberry Jam

📋 copy color: '#B41271'

red 180 ◦ green 18 ◦ blue 113

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

Shades of Jazzberry Jam #B41271

Tints of Jazzberry Jam #B41271

RGB

 RED value IS 180 (70.7% from 255) = 57.88%

 GREEN value IS 18 (7.42% from 255) = 5.79%

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

R = 57.88%
G = 5.79%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B41271 (or 0xB41271) is known color: Jazzberry Jam. HEX triplet: B4, 12 and 71. RGB value is (180,18,113). Sum of RGB (Red+Green+Blue) = 180+18+113=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B41271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41271 is #4BED8E. Grayscale: #4D4D4D. Windows color (decimal): -4976015 or 7410356. OLE color: 7410356.

HSL color Cylindrical-coordinate representation of color #B41271: hue angle of 324.81º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B41271 is Cyan = 0, Magento = 0.9, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 18 113 -
CMYK 0 0.9 0.37 0.29
HSL 324.81º 0.82% 0.39% -
HSV(B) 324.81º 0.9% 0.71% -
XYZ 22.02 11.33 16.65 -
YUV 77.27 148.17 201.28 -
System Red Green Blue C M Y K H S L
Decimal 180 18 113 0 0.9 0.37 0.29 324.81 0.82 0.39
Hex B4 12 71 0 5A 25 1D 145 52 27
Octal 264 22 161 0 132 45 35 505 122 47
Binary 10110100 10010 1110001 0 1011010 100101 11101 101000101 1010010 100111

Color Harmonies of #B41271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41271

Black with #B41271

Text Example


Text Example

White with #B41271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41271; }

 p { color: rgb(180,18,113); }

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

background-color css

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

 a { background-color: rgb(180,18,113); }

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

border-color css

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

 span { border-color: rgb(180,18,113); }

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