Html Css Color HEX #B40F6C Jazzberry Jam

📋 copy color: '#B40F6C'

red 180 ◦ green 15 ◦ blue 108

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

Shades of Jazzberry Jam #B40F6C

Tints of Jazzberry Jam #B40F6C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.95%

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

R = 59.41%
G = 4.95%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B40F6C (or 0xB40F6C) is known color: Jazzberry Jam. HEX triplet: B4, 0F and 6C. RGB value is (180,15,108). Sum of RGB (Red+Green+Blue) = 180+15+108=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40F6C is #4BF093. Grayscale: #4A4A4A. Windows color (decimal): -4976788 or 7081908. OLE color: 7081908.

HSL color Cylindrical-coordinate representation of color #B40F6C: hue angle of 326.18º degrees, saturation: 0.85, 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 #B40F6C is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 15 108 -
CMYK 0 0.92 0.40 0.29
HSL 326.18º 0.85% 0.38% -
HSV(B) 326.18º 0.92% 0.71% -
XYZ 21.7 11.13 15.19 -
YUV 74.94 146.66 202.94 -
System Red Green Blue C M Y K H S L
Decimal 180 15 108 0 0.92 0.40 0.29 326.18 0.85 0.38
Hex B4 F 6C 0 5C 28 1D 146 55 26
Octal 264 17 154 0 134 50 35 506 125 46
Binary 10110100 1111 1101100 0 1011100 101000 11101 101000110 1010101 100110

Color Harmonies of #B40F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40F6C

Black with #B40F6C

Text Example


Text Example

White with #B40F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40F6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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