Html Css Color HEX #B2156F Jazzberry Jam

📋 copy color: '#B2156F'

red 178 ◦ green 21 ◦ blue 111

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

Shades of Jazzberry Jam #B2156F

Tints of Jazzberry Jam #B2156F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.77%

 BLUE value IS 111 (43.75% from 255) = 35.81%

R = 57.42%
G = 6.77%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2156F (or 0xB2156F) is known color: Jazzberry Jam. HEX triplet: B2, 15 and 6F. RGB value is (178,21,111). Sum of RGB (Red+Green+Blue) = 178+21+111=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B2156F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2156F is #4DEA90. Grayscale: #4E4E4E. Windows color (decimal): -5106321 or 7280050. OLE color: 7280050.

HSL color Cylindrical-coordinate representation of color #B2156F: hue angle of 325.61º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B2156F is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 21 111 -
CMYK 0 0.88 0.38 0.30
HSL 325.61º 0.79% 0.39% -
HSV(B) 325.61º 0.88% 0.7% -
XYZ 21.5 11.15 16.06 -
YUV 78.2 146.51 199.18 -
System Red Green Blue C M Y K H S L
Decimal 178 21 111 0 0.88 0.38 0.30 325.61 0.79 0.39
Hex B2 15 6F 0 58 26 1E 146 4F 27
Octal 262 25 157 0 130 46 36 506 117 47
Binary 10110010 10101 1101111 0 1011000 100110 11110 101000110 1001111 100111

Color Harmonies of #B2156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2156F

Black with #B2156F

Text Example


Text Example

White with #B2156F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2156F; }

 p { color: rgb(178,21,111); }

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

background-color css

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

 a { background-color: rgb(178,21,111); }

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

border-color css

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

 span { border-color: rgb(178,21,111); }

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