Html Css Color HEX #B40A6D Jazzberry Jam

📋 copy color: '#B40A6D'

red 180 ◦ green 10 ◦ blue 109

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

Shades of Jazzberry Jam #B40A6D

Tints of Jazzberry Jam #B40A6D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.34%

 BLUE value IS 109 (42.97% from 255) = 36.45%

R = 60.2%
G = 3.34%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B40A6D (or 0xB40A6D) is known color: Jazzberry Jam. HEX triplet: B4, 0A and 6D. RGB value is (180,10,109). Sum of RGB (Red+Green+Blue) = 180+10+109=299 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.20% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40A6D is #4BF592. Grayscale: #474747. Windows color (decimal): -4978067 or 7146164. OLE color: 7146164.

HSL color Cylindrical-coordinate representation of color #B40A6D: hue angle of 325.06º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40A6D is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 10 109 -
CMYK 0 0.94 0.39 0.29
HSL 325.06º 0.89% 0.37% -
HSV(B) 325.06º 0.94% 0.71% -
XYZ 21.69 11.02 15.45 -
YUV 72.12 148.82 204.95 -
System Red Green Blue C M Y K H S L
Decimal 180 10 109 0 0.94 0.39 0.29 325.06 0.89 0.37
Hex B4 A 6D 0 5E 27 1D 145 59 25
Octal 264 12 155 0 136 47 35 505 131 45
Binary 10110100 1010 1101101 0 1011110 100111 11101 101000101 1011001 100101

Color Harmonies of #B40A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40A6D

Black with #B40A6D

Text Example


Text Example

White with #B40A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40A6D; }

 p { color: rgb(180,10,109); }

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

background-color css

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

 a { background-color: rgb(180,10,109); }

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

border-color css

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

 span { border-color: rgb(180,10,109); }

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