Html Css Color HEX #B40870 Jazzberry Jam

📋 copy color: '#B40870'

red 180 ◦ green 8 ◦ blue 112

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

Shades of Jazzberry Jam #B40870

Tints of Jazzberry Jam #B40870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.67%

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

R = 60%
G = 2.67%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B40870 (or 0xB40870) is known color: Jazzberry Jam. HEX triplet: B4, 08 and 70. RGB value is (180,8,112). Sum of RGB (Red+Green+Blue) = 180+8+112=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B40870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40870 is #4BF78F. Grayscale: #474747. Windows color (decimal): -4978576 or 7342260. OLE color: 7342260.

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

Color convert

RGB 180 8 112 -
CMYK 0 0.96 0.38 0.29
HSL 323.72º 0.91% 0.37% -
HSV(B) 323.72º 0.96% 0.71% -
XYZ 21.83 11.05 16.31 -
YUV 71.28 150.98 205.54 -
System Red Green Blue C M Y K H S L
Decimal 180 8 112 0 0.96 0.38 0.29 323.72 0.91 0.37
Hex B4 8 70 0 60 26 1D 144 5B 25
Octal 264 10 160 0 140 46 35 504 133 45
Binary 10110100 1000 1110000 0 1100000 100110 11101 101000100 1011011 100101

Color Harmonies of #B40870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40870

Black with #B40870

Text Example


Text Example

White with #B40870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40870; }

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

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

background-color css

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

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

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

border-color css

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

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

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