Html Css Color HEX #B40D71 Jazzberry Jam

📋 copy color: '#B40D71'

red 180 ◦ green 13 ◦ blue 113

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

Shades of Jazzberry Jam #B40D71

Tints of Jazzberry Jam #B40D71

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.25%

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

R = 58.82%
G = 4.25%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B40D71 (or 0xB40D71) is known color: Jazzberry Jam. HEX triplet: B4, 0D and 71. RGB value is (180,13,113). Sum of RGB (Red+Green+Blue) = 180+13+113=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40D71 is #4BF28E. Grayscale: #4A4A4A. Windows color (decimal): -4977295 or 7409076. OLE color: 7409076.

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

Color convert

RGB 180 13 113 -
CMYK 0 0.93 0.37 0.29
HSL 324.07º 0.87% 0.38% -
HSV(B) 324.07º 0.93% 0.71% -
XYZ 21.95 11.18 16.62 -
YUV 74.33 149.83 203.37 -
System Red Green Blue C M Y K H S L
Decimal 180 13 113 0 0.93 0.37 0.29 324.07 0.87 0.38
Hex B4 D 71 0 5D 25 1D 144 57 26
Octal 264 15 161 0 135 45 35 504 127 46
Binary 10110100 1101 1110001 0 1011101 100101 11101 101000100 1010111 100110

Color Harmonies of #B40D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40D71

Black with #B40D71

Text Example


Text Example

White with #B40D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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