Html Css Color HEX #B40C70 Jazzberry Jam

📋 copy color: '#B40C70'

red 180 ◦ green 12 ◦ blue 112

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

Shades of Jazzberry Jam #B40C70

Tints of Jazzberry Jam #B40C70

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.95%

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

R = 59.21%
G = 3.95%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B40C70 (or 0xB40C70) is known color: Jazzberry Jam. HEX triplet: B4, 0C and 70. RGB value is (180,12,112). Sum of RGB (Red+Green+Blue) = 180+12+112=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 112 (44.14% from 255 or 36.84% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40C70 is #4BF38F. Grayscale: #494949. Windows color (decimal): -4977552 or 7343284. OLE color: 7343284.

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

Color convert

RGB 180 12 112 -
CMYK 0 0.93 0.38 0.29
HSL 324.29º 0.88% 0.38% -
HSV(B) 324.29º 0.93% 0.71% -
XYZ 21.88 11.14 16.33 -
YUV 73.63 149.66 203.87 -
System Red Green Blue C M Y K H S L
Decimal 180 12 112 0 0.93 0.38 0.29 324.29 0.88 0.38
Hex B4 C 70 0 5D 26 1D 144 58 26
Octal 264 14 160 0 135 46 35 504 130 46
Binary 10110100 1100 1110000 0 1011101 100110 11101 101000100 1011000 100110

Color Harmonies of #B40C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C70

Black with #B40C70

Text Example


Text Example

White with #B40C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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