Html Css Color HEX #B40971 Jazzberry Jam

📋 copy color: '#B40971'

red 180 ◦ green 9 ◦ blue 113

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

Shades of Jazzberry Jam #B40971

Tints of Jazzberry Jam #B40971

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.98%

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

R = 59.6%
G = 2.98%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B40971 (or 0xB40971) is known color: Jazzberry Jam. HEX triplet: B4, 09 and 71. RGB value is (180,9,113). Sum of RGB (Red+Green+Blue) = 180+9+113=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B40971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40971 is #4BF68E. Grayscale: #474747. Windows color (decimal): -4978319 or 7408052. OLE color: 7408052.

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

Color convert

RGB 180 9 113 -
CMYK 0 0.95 0.37 0.29
HSL 323.51º 0.9% 0.37% -
HSV(B) 323.51º 0.95% 0.71% -
XYZ 21.9 11.09 16.61 -
YUV 71.99 151.15 205.04 -
System Red Green Blue C M Y K H S L
Decimal 180 9 113 0 0.95 0.37 0.29 323.51 0.9 0.37
Hex B4 9 71 0 5F 25 1D 144 5A 25
Octal 264 11 161 0 137 45 35 504 132 45
Binary 10110100 1001 1110001 0 1011111 100101 11101 101000100 1011010 100101

Color Harmonies of #B40971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40971

Black with #B40971

Text Example


Text Example

White with #B40971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40971; }

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

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

background-color css

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

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

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

border-color css

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

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

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