Html Css Color HEX #B2156D Jazzberry Jam

📋 copy color: '#B2156D'

red 178 ◦ green 21 ◦ blue 109

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

Shades of Jazzberry Jam #B2156D

Tints of Jazzberry Jam #B2156D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.39%

R = 57.79%
G = 6.82%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2156D (or 0xB2156D) is known color: Jazzberry Jam. HEX triplet: B2, 15 and 6D. RGB value is (178,21,109). Sum of RGB (Red+Green+Blue) = 178+21+109=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B2156D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2156D is #4DEA92. Grayscale: #4D4D4D. Windows color (decimal): -5106323 or 7148978. OLE color: 7148978.

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

Color convert

RGB 178 21 109 -
CMYK 0 0.88 0.39 0.30
HSL 326.37º 0.79% 0.39% -
HSV(B) 326.37º 0.88% 0.7% -
XYZ 21.39 11.11 15.48 -
YUV 77.98 145.51 199.34 -
System Red Green Blue C M Y K H S L
Decimal 178 21 109 0 0.88 0.39 0.30 326.37 0.79 0.39
Hex B2 15 6D 0 58 27 1E 146 4F 27
Octal 262 25 155 0 130 47 36 506 117 47
Binary 10110010 10101 1101101 0 1011000 100111 11110 101000110 1001111 100111

Color Harmonies of #B2156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2156D

Black with #B2156D

Text Example


Text Example

White with #B2156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2156D; }

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

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

background-color css

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

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

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

border-color css

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

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

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