Html Css Color HEX #B3166E Jazzberry Jam

📋 copy color: '#B3166E'

red 179 ◦ green 22 ◦ blue 110

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

Shades of Jazzberry Jam #B3166E

Tints of Jazzberry Jam #B3166E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.07%

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

R = 57.56%
G = 7.07%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3166E (or 0xB3166E) is known color: Jazzberry Jam. HEX triplet: B3, 16 and 6E. RGB value is (179,22,110). Sum of RGB (Red+Green+Blue) = 179+22+110=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B3166E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3166E is #4CE991. Grayscale: #4E4E4E. Windows color (decimal): -5040530 or 7214771. OLE color: 7214771.

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

Color convert

RGB 179 22 110 -
CMYK 0 0.88 0.39 0.30
HSL 326.37º 0.78% 0.39% -
HSV(B) 326.37º 0.88% 0.7% -
XYZ 21.69 11.28 15.79 -
YUV 78.98 145.51 199.34 -
System Red Green Blue C M Y K H S L
Decimal 179 22 110 0 0.88 0.39 0.30 326.37 0.78 0.39
Hex B3 16 6E 0 58 27 1E 146 4E 27
Octal 263 26 156 0 130 47 36 506 116 47
Binary 10110011 10110 1101110 0 1011000 100111 11110 101000110 1001110 100111

Color Harmonies of #B3166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3166E

Black with #B3166E

Text Example


Text Example

White with #B3166E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3166E; }

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

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

background-color css

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

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

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

border-color css

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

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

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