Html Css Color HEX #B3166B Jazzberry Jam

📋 copy color: '#B3166B'

red 179 ◦ green 22 ◦ blue 107

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

Shades of Jazzberry Jam #B3166B

Tints of Jazzberry Jam #B3166B

RGB

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

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

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

R = 58.12%
G = 7.14%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B3166B (or 0xB3166B) is known color: Jazzberry Jam. HEX triplet: B3, 16 and 6B. RGB value is (179,22,107). Sum of RGB (Red+Green+Blue) = 179+22+107=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B3166B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3166B is #4CE994. Grayscale: #4E4E4E. Windows color (decimal): -5040533 or 7018163. OLE color: 7018163.

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

Color convert

RGB 179 22 107 -
CMYK 0 0.88 0.40 0.30
HSL 327.52º 0.78% 0.39% -
HSV(B) 327.52º 0.88% 0.7% -
XYZ 21.53 11.22 14.94 -
YUV 78.63 144.01 199.59 -
System Red Green Blue C M Y K H S L
Decimal 179 22 107 0 0.88 0.40 0.30 327.52 0.78 0.39
Hex B3 16 6B 0 58 28 1E 148 4E 27
Octal 263 26 153 0 130 50 36 510 116 47
Binary 10110011 10110 1101011 0 1011000 101000 11110 101001000 1001110 100111

Color Harmonies of #B3166B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3166B

Black with #B3166B

Text Example


Text Example

White with #B3166B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3166B; }

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

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

background-color css

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

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

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

border-color css

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

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

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