Html Css Color HEX #B40464 Jazzberry Jam

📋 copy color: '#B40464'

red 180 ◦ green 4 ◦ blue 100

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

Shades of Jazzberry Jam #B40464

Tints of Jazzberry Jam #B40464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.21%

R = 63.38%
G = 1.41%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B40464 (or 0xB40464) is known color: Jazzberry Jam. HEX triplet: B4, 04 and 64. RGB value is (180,4,100). Sum of RGB (Red+Green+Blue) = 180+4+100=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B40464 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40464 is #4BFB9B. Grayscale: #434343. Windows color (decimal): -4979612 or 6554804. OLE color: 6554804.

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

Color convert

RGB 180 4 100 -
CMYK 0 0.98 0.44 0.29
HSL 327.27º 0.96% 0.36% -
HSV(B) 327.27º 0.98% 0.71% -
XYZ 21.17 10.71 13.01 -
YUV 67.57 146.31 208.19 -
System Red Green Blue C M Y K H S L
Decimal 180 4 100 0 0.98 0.44 0.29 327.27 0.96 0.36
Hex B4 4 64 0 62 2C 1D 147 60 24
Octal 264 4 144 0 142 54 35 507 140 44
Binary 10110100 100 1100100 0 1100010 101100 11101 101000111 1100000 100100

Color Harmonies of #B40464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40464

Black with #B40464

Text Example


Text Example

White with #B40464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40464; }

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

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

background-color css

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

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

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

border-color css

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

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

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