Html Css Color HEX #B4116F Jazzberry Jam

📋 copy color: '#B4116F'

red 180 ◦ green 17 ◦ blue 111

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

Shades of Jazzberry Jam #B4116F

Tints of Jazzberry Jam #B4116F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.52%

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 58.44%
G = 5.52%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B4116F (or 0xB4116F) is known color: Jazzberry Jam. HEX triplet: B4, 11 and 6F. RGB value is (180,17,111). Sum of RGB (Red+Green+Blue) = 180+17+111=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 17 (7.03% from 255 or 5.52% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B4116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4116F is #4BEE90. Grayscale: #4C4C4C. Windows color (decimal): -4976273 or 7279028. OLE color: 7279028.

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

Color convert

RGB 180 17 111 -
CMYK 0 0.91 0.38 0.29
HSL 325.4º 0.83% 0.39% -
HSV(B) 325.4º 0.91% 0.71% -
XYZ 21.89 11.25 16.06 -
YUV 76.45 147.5 201.86 -
System Red Green Blue C M Y K H S L
Decimal 180 17 111 0 0.91 0.38 0.29 325.4 0.83 0.39
Hex B4 11 6F 0 5B 26 1D 145 53 27
Octal 264 21 157 0 133 46 35 505 123 47
Binary 10110100 10001 1101111 0 1011011 100110 11101 101000101 1010011 100111

Color Harmonies of #B4116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4116F

Black with #B4116F

Text Example


Text Example

White with #B4116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4116F; }

 p { color: rgb(180,17,111); }

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

background-color css

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

 a { background-color: rgb(180,17,111); }

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

border-color css

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

 span { border-color: rgb(180,17,111); }

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