Html Css Color HEX #B2175E Jazzberry Jam

📋 copy color: '#B2175E'

red 178 ◦ green 23 ◦ blue 94

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

Shades of Jazzberry Jam #B2175E

Tints of Jazzberry Jam #B2175E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.86%

R = 60.34%
G = 7.8%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2175E (or 0xB2175E) is known color: Jazzberry Jam. HEX triplet: B2, 17 and 5E. RGB value is (178,23,94). Sum of RGB (Red+Green+Blue) = 178+23+94=295 (39% of max value = 765). Red value is 178 (69.92% from 255 or 60.34% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 178 - color contains mainly: red. Hex color #B2175E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2175E is #4DE8A1. Grayscale: #4D4D4D. Windows color (decimal): -5105826 or 6166450. OLE color: 6166450.

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

Color convert

RGB 178 23 94 -
CMYK 0 0.87 0.47 0.30
HSL 332.52º 0.77% 0.39% -
HSV(B) 332.52º 0.87% 0.7% -
XYZ 20.69 10.89 11.6 -
YUV 77.44 137.35 199.73 -
System Red Green Blue C M Y K H S L
Decimal 178 23 94 0 0.87 0.47 0.30 332.52 0.77 0.39
Hex B2 17 5E 0 57 2F 1E 14D 4D 27
Octal 262 27 136 0 127 57 36 515 115 47
Binary 10110010 10111 1011110 0 1010111 101111 11110 101001101 1001101 100111

Color Harmonies of #B2175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2175E

Black with #B2175E

Text Example


Text Example

White with #B2175E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2175E; }

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

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

background-color css

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

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

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

border-color css

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

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

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