Html Css Color HEX #B3116F Jazzberry Jam

📋 copy color: '#B3116F'

red 179 ◦ green 17 ◦ blue 111

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

Shades of Jazzberry Jam #B3116F

Tints of Jazzberry Jam #B3116F

RGB

 RED value IS 179 (70.31% from 255) = 58.31%

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

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

R = 58.31%
G = 5.54%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B3116F (or 0xB3116F) is known color: Jazzberry Jam. HEX triplet: B3, 11 and 6F. RGB value is (179,17,111). Sum of RGB (Red+Green+Blue) = 179+17+111=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B3116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3116F is #4CEE90. Grayscale: #4B4B4B. Windows color (decimal): -5041809 or 7279027. OLE color: 7279027.

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

Color convert

RGB 179 17 111 -
CMYK 0 0.91 0.38 0.30
HSL 325.19º 0.83% 0.38% -
HSV(B) 325.19º 0.91% 0.7% -
XYZ 21.66 11.13 16.05 -
YUV 76.15 147.67 201.36 -
System Red Green Blue C M Y K H S L
Decimal 179 17 111 0 0.91 0.38 0.30 325.19 0.83 0.38
Hex B3 11 6F 0 5B 26 1E 145 53 26
Octal 263 21 157 0 133 46 36 505 123 46
Binary 10110011 10001 1101111 0 1011011 100110 11110 101000101 1010011 100110

Color Harmonies of #B3116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3116F

Black with #B3116F

Text Example


Text Example

White with #B3116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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