Html Css Color HEX #B2175C Jazzberry Jam

📋 copy color: '#B2175C'

red 178 ◦ green 23 ◦ blue 92

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

Shades of Jazzberry Jam #B2175C

Tints of Jazzberry Jam #B2175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.4%

R = 60.75%
G = 7.85%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2175C (or 0xB2175C) is known color: Jazzberry Jam. HEX triplet: B2, 17 and 5C. RGB value is (178,23,92). Sum of RGB (Red+Green+Blue) = 178+23+92=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B2175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2175C is #4DE8A3. Grayscale: #4D4D4D. Windows color (decimal): -5105828 or 6035378. OLE color: 6035378.

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

Color convert

RGB 178 23 92 -
CMYK 0 0.87 0.48 0.30
HSL 333.29º 0.77% 0.39% -
HSV(B) 333.29º 0.87% 0.7% -
XYZ 20.6 10.85 11.13 -
YUV 77.21 136.35 199.89 -
System Red Green Blue C M Y K H S L
Decimal 178 23 92 0 0.87 0.48 0.30 333.29 0.77 0.39
Hex B2 17 5C 0 57 30 1E 14D 4D 27
Octal 262 27 134 0 127 60 36 515 115 47
Binary 10110010 10111 1011100 0 1010111 110000 11110 101001101 1001101 100111

Color Harmonies of #B2175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2175C

Black with #B2175C

Text Example


Text Example

White with #B2175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2175C; }

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

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

background-color css

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

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

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

border-color css

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

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

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