Html Css Color HEX #B40470 Jazzberry Jam

📋 copy color: '#B40470'

red 180 ◦ green 4 ◦ blue 112

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

Shades of Jazzberry Jam #B40470

Tints of Jazzberry Jam #B40470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.35%

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

R = 60.81%
G = 1.35%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B40470 (or 0xB40470) is known color: Jazzberry Jam. HEX triplet: B4, 04 and 70. RGB value is (180,4,112). Sum of RGB (Red+Green+Blue) = 180+4+112=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 4 (1.95% from 255 or 1.35% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B40470 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40470 is #4BFB8F. Grayscale: #444444. Windows color (decimal): -4979600 or 7341236. OLE color: 7341236.

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

Color convert

RGB 180 4 112 -
CMYK 0 0.98 0.38 0.29
HSL 323.18º 0.96% 0.36% -
HSV(B) 323.18º 0.98% 0.71% -
XYZ 21.79 10.96 16.3 -
YUV 68.94 152.31 207.22 -
System Red Green Blue C M Y K H S L
Decimal 180 4 112 0 0.98 0.38 0.29 323.18 0.96 0.36
Hex B4 4 70 0 62 26 1D 143 60 24
Octal 264 4 160 0 142 46 35 503 140 44
Binary 10110100 100 1110000 0 1100010 100110 11101 101000011 1100000 100100

Color Harmonies of #B40470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40470

Black with #B40470

Text Example


Text Example

White with #B40470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40470; }

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

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

background-color css

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

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

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

border-color css

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

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

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