Html Css Color HEX #B2115E Jazzberry Jam

📋 copy color: '#B2115E'

red 178 ◦ green 17 ◦ blue 94

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

Shades of Jazzberry Jam #B2115E

Tints of Jazzberry Jam #B2115E

RGB

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

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

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

R = 61.59%
G = 5.88%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2115E (or 0xB2115E) is known color: Jazzberry Jam. HEX triplet: B2, 11 and 5E. RGB value is (178,17,94). Sum of RGB (Red+Green+Blue) = 178+17+94=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B2115E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2115E is #4DEEA1. Grayscale: #494949. Windows color (decimal): -5107362 or 6164914. OLE color: 6164914.

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

Color convert

RGB 178 17 94 -
CMYK 0 0.90 0.47 0.30
HSL 331.3º 0.83% 0.38% -
HSV(B) 331.3º 0.9% 0.7% -
XYZ 20.58 10.67 11.57 -
YUV 73.92 139.34 202.24 -
System Red Green Blue C M Y K H S L
Decimal 178 17 94 0 0.90 0.47 0.30 331.3 0.83 0.38
Hex B2 11 5E 0 5A 2F 1E 14B 53 26
Octal 262 21 136 0 132 57 36 513 123 46
Binary 10110010 10001 1011110 0 1011010 101111 11110 101001011 1010011 100110

Color Harmonies of #B2115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2115E

Black with #B2115E

Text Example


Text Example

White with #B2115E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2115E; }

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

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

background-color css

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

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

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

border-color css

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

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

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