Html Css Color HEX #B2115D Jazzberry Jam

📋 copy color: '#B2115D'

red 178 ◦ green 17 ◦ blue 93

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

Shades of Jazzberry Jam #B2115D

Tints of Jazzberry Jam #B2115D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.29%

R = 61.81%
G = 5.9%
B = 32.29%

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

#B2115D (or 0xB2115D) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 5D. RGB value is (178,17,93). Sum of RGB (Red+Green+Blue) = 178+17+93=288 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.81% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 178 - color contains mainly: red. Hex color #B2115D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2115D is #4DEEA2. Grayscale: #494949. Windows color (decimal): -5107363 or 6099378. OLE color: 6099378.

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

Color convert

RGB 178 17 93 -
CMYK 0 0.90 0.48 0.30
HSL 331.68º 0.83% 0.38% -
HSV(B) 331.68º 0.9% 0.7% -
XYZ 20.54 10.66 11.33 -
YUV 73.8 138.84 202.32 -
System Red Green Blue C M Y K H S L
Decimal 178 17 93 0 0.90 0.48 0.30 331.68 0.83 0.38
Hex B2 11 5D 0 5A 30 1E 14C 53 26
Octal 262 21 135 0 132 60 36 514 123 46
Binary 10110010 10001 1011101 0 1011010 110000 11110 101001100 1010011 100110

Color Harmonies of #B2115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2115D

Black with #B2115D

Text Example


Text Example

White with #B2115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2115D; }

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

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

background-color css

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

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

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

border-color css

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

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

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