Html Css Color HEX #B41D70 Jazzberry Jam

📋 copy color: '#B41D70'

red 180 ◦ green 29 ◦ blue 112

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

Shades of Jazzberry Jam #B41D70

Tints of Jazzberry Jam #B41D70

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.03%

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

R = 56.07%
G = 9.03%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B41D70 (or 0xB41D70) is known color: Jazzberry Jam. HEX triplet: B4, 1D and 70. RGB value is (180,29,112). Sum of RGB (Red+Green+Blue) = 180+29+112=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 29 (11.72% from 255 or 9.03% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41D70 is #4BE28F. Grayscale: #535353. Windows color (decimal): -4973200 or 7347636. OLE color: 7347636.

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

Color convert

RGB 180 29 112 -
CMYK 0 0.84 0.38 0.29
HSL 327.02º 0.72% 0.41% -
HSV(B) 327.02º 0.84% 0.71% -
XYZ 22.19 11.75 16.43 -
YUV 83.61 144.03 196.75 -
System Red Green Blue C M Y K H S L
Decimal 180 29 112 0 0.84 0.38 0.29 327.02 0.72 0.41
Hex B4 1D 70 0 54 26 1D 147 48 29
Octal 264 35 160 0 124 46 35 507 110 51
Binary 10110100 11101 1110000 0 1010100 100110 11101 101000111 1001000 101001

Color Harmonies of #B41D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41D70

Black with #B41D70

Text Example


Text Example

White with #B41D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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