Html Css Color HEX #B40460 Jazzberry Jam

📋 copy color: '#B40460'

red 180 ◦ green 4 ◦ blue 96

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

Shades of Jazzberry Jam #B40460

Tints of Jazzberry Jam #B40460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.29%

R = 64.29%
G = 1.43%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B40460 (or 0xB40460) is known color: Jazzberry Jam. HEX triplet: B4, 04 and 60. RGB value is (180,4,96). Sum of RGB (Red+Green+Blue) = 180+4+96=280 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.29% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 180 - color contains mainly: red. Hex color #B40460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40460 is #4BFB9F. Grayscale: #424242. Windows color (decimal): -4979616 or 6292660. OLE color: 6292660.

HSL color Cylindrical-coordinate representation of color #B40460: hue angle of 328.64º 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 #B40460 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 4 96 -
CMYK 0 0.98 0.47 0.29
HSL 328.64º 0.96% 0.36% -
HSV(B) 328.64º 0.98% 0.71% -
XYZ 20.98 10.63 12.01 -
YUV 67.11 144.31 208.52 -
System Red Green Blue C M Y K H S L
Decimal 180 4 96 0 0.98 0.47 0.29 328.64 0.96 0.36
Hex B4 4 60 0 62 2F 1D 149 60 24
Octal 264 4 140 0 142 57 35 511 140 44
Binary 10110100 100 1100000 0 1100010 101111 11101 101001001 1100000 100100

Color Harmonies of #B40460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40460

Black with #B40460

Text Example


Text Example

White with #B40460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40460; }

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

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

background-color css

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

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

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

border-color css

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

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

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