Html Css Color HEX #B40E6D Jazzberry Jam

📋 copy color: '#B40E6D'

red 180 ◦ green 14 ◦ blue 109

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

Shades of Jazzberry Jam #B40E6D

Tints of Jazzberry Jam #B40E6D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.62%

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

R = 59.41%
G = 4.62%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B40E6D (or 0xB40E6D) is known color: Jazzberry Jam. HEX triplet: B4, 0E and 6D. RGB value is (180,14,109). Sum of RGB (Red+Green+Blue) = 180+14+109=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 14 (5.86% from 255 or 4.62% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B40E6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40E6D is #4BF192. Grayscale: #4A4A4A. Windows color (decimal): -4977043 or 7147188. OLE color: 7147188.

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

Color convert

RGB 180 14 109 -
CMYK 0 0.92 0.39 0.29
HSL 325.66º 0.86% 0.38% -
HSV(B) 325.66º 0.92% 0.71% -
XYZ 21.74 11.12 15.47 -
YUV 74.46 147.5 203.28 -
System Red Green Blue C M Y K H S L
Decimal 180 14 109 0 0.92 0.39 0.29 325.66 0.86 0.38
Hex B4 E 6D 0 5C 27 1D 146 56 26
Octal 264 16 155 0 134 47 35 506 126 46
Binary 10110100 1110 1101101 0 1011100 100111 11101 101000110 1010110 100110

Color Harmonies of #B40E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40E6D

Black with #B40E6D

Text Example


Text Example

White with #B40E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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