Html Css Color HEX #B41870 Jazzberry Jam

📋 copy color: '#B41870'

red 180 ◦ green 24 ◦ blue 112

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

Shades of Jazzberry Jam #B41870

Tints of Jazzberry Jam #B41870

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.59%

 BLUE value IS 112 (44.14% from 255) = 35.44%

R = 56.96%
G = 7.59%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B41870 (or 0xB41870) is known color: Jazzberry Jam. HEX triplet: B4, 18 and 70. RGB value is (180,24,112). Sum of RGB (Red+Green+Blue) = 180+24+112=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B41870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41870 is #4BE78F. Grayscale: #505050. Windows color (decimal): -4974480 or 7346356. OLE color: 7346356.

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

Color convert

RGB 180 24 112 -
CMYK 0 0.87 0.38 0.29
HSL 326.15º 0.76% 0.4% -
HSV(B) 326.15º 0.87% 0.71% -
XYZ 22.07 11.53 16.39 -
YUV 80.68 145.68 198.84 -
System Red Green Blue C M Y K H S L
Decimal 180 24 112 0 0.87 0.38 0.29 326.15 0.76 0.4
Hex B4 18 70 0 57 26 1D 146 4C 28
Octal 264 30 160 0 127 46 35 506 114 50
Binary 10110100 11000 1110000 0 1010111 100110 11101 101000110 1001100 101000

Color Harmonies of #B41870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41870

Black with #B41870

Text Example


Text Example

White with #B41870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41870; }

 p { color: rgb(180,24,112); }

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

background-color css

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

 a { background-color: rgb(180,24,112); }

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

border-color css

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

 span { border-color: rgb(180,24,112); }

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