Html Css Color HEX #B2156B Jazzberry Jam

📋 copy color: '#B2156B'

red 178 ◦ green 21 ◦ blue 107

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

Shades of Jazzberry Jam #B2156B

Tints of Jazzberry Jam #B2156B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.97%

R = 58.17%
G = 6.86%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2156B (or 0xB2156B) is known color: Jazzberry Jam. HEX triplet: B2, 15 and 6B. RGB value is (178,21,107). Sum of RGB (Red+Green+Blue) = 178+21+107=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 21 (8.59% from 255 or 6.86% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B2156B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2156B is #4DEA94. Grayscale: #4D4D4D. Windows color (decimal): -5106325 or 7017906. OLE color: 7017906.

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

Color convert

RGB 178 21 107 -
CMYK 0 0.88 0.40 0.30
HSL 327.13º 0.79% 0.39% -
HSV(B) 327.13º 0.88% 0.7% -
XYZ 21.28 11.06 14.92 -
YUV 77.75 144.51 199.51 -
System Red Green Blue C M Y K H S L
Decimal 178 21 107 0 0.88 0.40 0.30 327.13 0.79 0.39
Hex B2 15 6B 0 58 28 1E 147 4F 27
Octal 262 25 153 0 130 50 36 507 117 47
Binary 10110010 10101 1101011 0 1011000 101000 11110 101000111 1001111 100111

Color Harmonies of #B2156B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2156B

Black with #B2156B

Text Example


Text Example

White with #B2156B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2156B; }

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

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

background-color css

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

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

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

border-color css

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

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

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