Html Css Color HEX #B41970 Jazzberry Jam

📋 copy color: '#B41970'

red 180 ◦ green 25 ◦ blue 112

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

Shades of Jazzberry Jam #B41970

Tints of Jazzberry Jam #B41970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.89%

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

R = 56.78%
G = 7.89%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B41970 (or 0xB41970) is known color: Jazzberry Jam. HEX triplet: B4, 19 and 70. RGB value is (180,25,112). Sum of RGB (Red+Green+Blue) = 180+25+112=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B41970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41970 is #4BE68F. Grayscale: #515151. Windows color (decimal): -4974224 or 7346612. OLE color: 7346612.

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

Color convert

RGB 180 25 112 -
CMYK 0 0.86 0.38 0.29
HSL 326.32º 0.76% 0.4% -
HSV(B) 326.32º 0.86% 0.71% -
XYZ 22.09 11.57 16.4 -
YUV 81.26 145.35 198.43 -
System Red Green Blue C M Y K H S L
Decimal 180 25 112 0 0.86 0.38 0.29 326.32 0.76 0.4
Hex B4 19 70 0 56 26 1D 146 4C 28
Octal 264 31 160 0 126 46 35 506 114 50
Binary 10110100 11001 1110000 0 1010110 100110 11101 101000110 1001100 101000

Color Harmonies of #B41970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41970

Black with #B41970

Text Example


Text Example

White with #B41970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41970; }

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

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

background-color css

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

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

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

border-color css

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

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

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