Html Css Color HEX #B40564 Jazzberry Jam

📋 copy color: '#B40564'

red 180 ◦ green 5 ◦ blue 100

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

Shades of Jazzberry Jam #B40564

Tints of Jazzberry Jam #B40564

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

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

R = 63.16%
G = 1.75%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B40564 (or 0xB40564) is known color: Jazzberry Jam. HEX triplet: B4, 05 and 64. RGB value is (180,5,100). Sum of RGB (Red+Green+Blue) = 180+5+100=285 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.16% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 180 - color contains mainly: red. Hex color #B40564 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40564 is #4BFA9B. Grayscale: #434343. Windows color (decimal): -4979356 or 6555060. OLE color: 6555060.

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

Color convert

RGB 180 5 100 -
CMYK 0 0.97 0.44 0.29
HSL 327.43º 0.95% 0.36% -
HSV(B) 327.43º 0.97% 0.71% -
XYZ 21.18 10.73 13.01 -
YUV 68.16 145.98 207.78 -
System Red Green Blue C M Y K H S L
Decimal 180 5 100 0 0.97 0.44 0.29 327.43 0.95 0.36
Hex B4 5 64 0 61 2C 1D 147 5F 24
Octal 264 5 144 0 141 54 35 507 137 44
Binary 10110100 101 1100100 0 1100001 101100 11101 101000111 1011111 100100

Color Harmonies of #B40564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40564

Black with #B40564

Text Example


Text Example

White with #B40564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40564; }

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

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

background-color css

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

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

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

border-color css

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

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

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