Html Css Color HEX #B3116E Jazzberry Jam

📋 copy color: '#B3116E'

red 179 ◦ green 17 ◦ blue 110

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

Shades of Jazzberry Jam #B3116E

Tints of Jazzberry Jam #B3116E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.95%

R = 58.5%
G = 5.56%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3116E (or 0xB3116E) is known color: Jazzberry Jam. HEX triplet: B3, 11 and 6E. RGB value is (179,17,110). Sum of RGB (Red+Green+Blue) = 179+17+110=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B3116E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3116E is #4CEE91. Grayscale: #4B4B4B. Windows color (decimal): -5041810 or 7213491. OLE color: 7213491.

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

Color convert

RGB 179 17 110 -
CMYK 0 0.91 0.39 0.30
HSL 325.56º 0.83% 0.38% -
HSV(B) 325.56º 0.91% 0.7% -
XYZ 21.61 11.11 15.76 -
YUV 76.04 147.17 201.44 -
System Red Green Blue C M Y K H S L
Decimal 179 17 110 0 0.91 0.39 0.30 325.56 0.83 0.38
Hex B3 11 6E 0 5B 27 1E 146 53 26
Octal 263 21 156 0 133 47 36 506 123 46
Binary 10110011 10001 1101110 0 1011011 100111 11110 101000110 1010011 100110

Color Harmonies of #B3116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3116E

Black with #B3116E

Text Example


Text Example

White with #B3116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3116E; }

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

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

background-color css

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

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

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

border-color css

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

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

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