Html Css Color HEX #B2176E Jazzberry Jam

📋 copy color: '#B2176E'

red 178 ◦ green 23 ◦ blue 110

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

Shades of Jazzberry Jam #B2176E

Tints of Jazzberry Jam #B2176E

RGB

 RED value IS 178 (69.92% from 255) = 57.23%

 GREEN value IS 23 (9.38% from 255) = 7.4%

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

R = 57.23%
G = 7.4%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2176E (or 0xB2176E) is known color: Jazzberry Jam. HEX triplet: B2, 17 and 6E. RGB value is (178,23,110). Sum of RGB (Red+Green+Blue) = 178+23+110=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 23 (9.38% from 255 or 7.40% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B2176E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2176E is #4DE891. Grayscale: #4F4F4F. Windows color (decimal): -5105810 or 7215026. OLE color: 7215026.

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

Color convert

RGB 178 23 110 -
CMYK 0 0.87 0.38 0.30
HSL 326.32º 0.77% 0.39% -
HSV(B) 326.32º 0.87% 0.7% -
XYZ 21.48 11.2 15.78 -
YUV 79.26 145.35 198.43 -
System Red Green Blue C M Y K H S L
Decimal 178 23 110 0 0.87 0.38 0.30 326.32 0.77 0.39
Hex B2 17 6E 0 57 26 1E 146 4D 27
Octal 262 27 156 0 127 46 36 506 115 47
Binary 10110010 10111 1101110 0 1010111 100110 11110 101000110 1001101 100111

Color Harmonies of #B2176E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2176E

Black with #B2176E

Text Example


Text Example

White with #B2176E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2176E; }

 p { color: rgb(178,23,110); }

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

background-color css

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

 a { background-color: rgb(178,23,110); }

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

border-color css

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

 span { border-color: rgb(178,23,110); }

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