Html Css Color HEX #B40471 Jazzberry Jam

📋 copy color: '#B40471'

red 180 ◦ green 4 ◦ blue 113

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

Shades of Jazzberry Jam #B40471

Tints of Jazzberry Jam #B40471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.35%

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

R = 60.61%
G = 1.35%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B40471 (or 0xB40471) is known color: Jazzberry Jam. HEX triplet: B4, 04 and 71. RGB value is (180,4,113). Sum of RGB (Red+Green+Blue) = 180+4+113=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B40471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40471 is #4BFB8E. Grayscale: #444444. Windows color (decimal): -4979599 or 7406772. OLE color: 7406772.

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

Color convert

RGB 180 4 113 -
CMYK 0 0.98 0.37 0.29
HSL 322.84º 0.96% 0.36% -
HSV(B) 322.84º 0.98% 0.71% -
XYZ 21.85 10.98 16.59 -
YUV 69.05 152.81 207.14 -
System Red Green Blue C M Y K H S L
Decimal 180 4 113 0 0.98 0.37 0.29 322.84 0.96 0.36
Hex B4 4 71 0 62 25 1D 143 60 24
Octal 264 4 161 0 142 45 35 503 140 44
Binary 10110100 100 1110001 0 1100010 100101 11101 101000011 1100000 100100

Color Harmonies of #B40471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40471

Black with #B40471

Text Example


Text Example

White with #B40471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40471; }

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

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

background-color css

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

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

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

border-color css

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

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

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