Html Css Color HEX #B4116B Jazzberry Jam

📋 copy color: '#B4116B'

red 180 ◦ green 17 ◦ blue 107

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

Shades of Jazzberry Jam #B4116B

Tints of Jazzberry Jam #B4116B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.2%

R = 59.21%
G = 5.59%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B4116B (or 0xB4116B) is known color: Jazzberry Jam. HEX triplet: B4, 11 and 6B. RGB value is (180,17,107). Sum of RGB (Red+Green+Blue) = 180+17+107=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B4116B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4116B is #4BEE94. Grayscale: #4B4B4B. Windows color (decimal): -4976277 or 7016884. OLE color: 7016884.

HSL color Cylindrical-coordinate representation of color #B4116B: hue angle of 326.87º 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 #B4116B is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 17 107 -
CMYK 0 0.91 0.41 0.29
HSL 326.87º 0.83% 0.39% -
HSV(B) 326.87º 0.91% 0.71% -
XYZ 21.68 11.17 14.92 -
YUV 76 145.5 202.18 -
System Red Green Blue C M Y K H S L
Decimal 180 17 107 0 0.91 0.41 0.29 326.87 0.83 0.39
Hex B4 11 6B 0 5B 29 1D 147 53 27
Octal 264 21 153 0 133 51 35 507 123 47
Binary 10110100 10001 1101011 0 1011011 101001 11101 101000111 1010011 100111

Color Harmonies of #B4116B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4116B

Black with #B4116B

Text Example


Text Example

White with #B4116B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4116B; }

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

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

background-color css

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

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

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

border-color css

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

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

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