Html Css Color HEX #B2115C Jazzberry Jam

📋 copy color: '#B2115C'

red 178 ◦ green 17 ◦ blue 92

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

Shades of Jazzberry Jam #B2115C

Tints of Jazzberry Jam #B2115C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.92%

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

R = 62.02%
G = 5.92%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2115C (or 0xB2115C) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 5C. RGB value is (178,17,92). Sum of RGB (Red+Green+Blue) = 178+17+92=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B2115C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2115C is #4DEEA3. Grayscale: #494949. Windows color (decimal): -5107364 or 6033842. OLE color: 6033842.

HSL color Cylindrical-coordinate representation of color #B2115C: hue angle of 332.05º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B2115C is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 17 92 -
CMYK 0 0.90 0.48 0.30
HSL 332.05º 0.83% 0.38% -
HSV(B) 332.05º 0.9% 0.7% -
XYZ 20.49 10.64 11.1 -
YUV 73.69 138.34 202.4 -
System Red Green Blue C M Y K H S L
Decimal 178 17 92 0 0.90 0.48 0.30 332.05 0.83 0.38
Hex B2 11 5C 0 5A 30 1E 14C 53 26
Octal 262 21 134 0 132 60 36 514 123 46
Binary 10110010 10001 1011100 0 1011010 110000 11110 101001100 1010011 100110

Color Harmonies of #B2115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2115C

Black with #B2115C

Text Example


Text Example

White with #B2115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2115C; }

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

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

background-color css

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

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

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

border-color css

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

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

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