Html Css Color HEX #B41A70 Jazzberry Jam

📋 copy color: '#B41A70'

red 180 ◦ green 26 ◦ blue 112

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

Shades of Jazzberry Jam #B41A70

Tints of Jazzberry Jam #B41A70

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.18%

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

R = 56.6%
G = 8.18%
B = 35.22%

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

#B41A70 (or 0xB41A70) is known color: Jazzberry Jam. HEX triplet: B4, 1A and 70. RGB value is (180,26,112). Sum of RGB (Red+Green+Blue) = 180+26+112=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41A70 is #4BE58F. Grayscale: #515151. Windows color (decimal): -4973968 or 7346868. OLE color: 7346868.

HSL color Cylindrical-coordinate representation of color #B41A70: hue angle of 326.49º degrees, saturation: 0.75, 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 #B41A70 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 26 112 -
CMYK 0 0.86 0.38 0.29
HSL 326.49º 0.75% 0.4% -
HSV(B) 326.49º 0.86% 0.71% -
XYZ 22.12 11.61 16.4 -
YUV 81.85 145.02 198.01 -
System Red Green Blue C M Y K H S L
Decimal 180 26 112 0 0.86 0.38 0.29 326.49 0.75 0.4
Hex B4 1A 70 0 56 26 1D 146 4B 28
Octal 264 32 160 0 126 46 35 506 113 50
Binary 10110100 11010 1110000 0 1010110 100110 11101 101000110 1001011 101000

Color Harmonies of #B41A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41A70

Black with #B41A70

Text Example


Text Example

White with #B41A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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