Html Css Color HEX #B40D6C Jazzberry Jam

📋 copy color: '#B40D6C'

red 180 ◦ green 13 ◦ blue 108

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

Shades of Jazzberry Jam #B40D6C

Tints of Jazzberry Jam #B40D6C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.32%

 BLUE value IS 108 (42.58% from 255) = 35.88%

R = 59.8%
G = 4.32%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B40D6C (or 0xB40D6C) is known color: Jazzberry Jam. HEX triplet: B4, 0D and 6C. RGB value is (180,13,108). Sum of RGB (Red+Green+Blue) = 180+13+108=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 13 (5.47% from 255 or 4.32% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40D6C is #4BF293. Grayscale: #494949. Windows color (decimal): -4977300 or 7081396. OLE color: 7081396.

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

Color convert

RGB 180 13 108 -
CMYK 0 0.93 0.40 0.29
HSL 325.87º 0.87% 0.38% -
HSV(B) 325.87º 0.93% 0.71% -
XYZ 21.67 11.07 15.18 -
YUV 73.76 147.33 203.78 -
System Red Green Blue C M Y K H S L
Decimal 180 13 108 0 0.93 0.40 0.29 325.87 0.87 0.38
Hex B4 D 6C 0 5D 28 1D 146 57 26
Octal 264 15 154 0 135 50 35 506 127 46
Binary 10110100 1101 1101100 0 1011101 101000 11101 101000110 1010111 100110

Color Harmonies of #B40D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40D6C

Black with #B40D6C

Text Example


Text Example

White with #B40D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40D6C; }

 p { color: rgb(180,13,108); }

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

background-color css

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

 a { background-color: rgb(180,13,108); }

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

border-color css

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

 span { border-color: rgb(180,13,108); }

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