Html Css Color HEX #B2136E Jazzberry Jam

📋 copy color: '#B2136E'

red 178 ◦ green 19 ◦ blue 110

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

Shades of Jazzberry Jam #B2136E

Tints of Jazzberry Jam #B2136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.19%

 BLUE value IS 110 (43.36% from 255) = 35.83%

R = 57.98%
G = 6.19%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2136E (or 0xB2136E) is known color: Jazzberry Jam. HEX triplet: B2, 13 and 6E. RGB value is (178,19,110). Sum of RGB (Red+Green+Blue) = 178+19+110=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 19 (7.81% from 255 or 6.19% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2136E is #4DEC91. Grayscale: #4C4C4C. Windows color (decimal): -5106834 or 7214002. OLE color: 7214002.

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

Color convert

RGB 178 19 110 -
CMYK 0 0.89 0.38 0.30
HSL 325.66º 0.81% 0.39% -
HSV(B) 325.66º 0.89% 0.7% -
XYZ 21.41 11.06 15.76 -
YUV 76.92 146.68 200.1 -
System Red Green Blue C M Y K H S L
Decimal 178 19 110 0 0.89 0.38 0.30 325.66 0.81 0.39
Hex B2 13 6E 0 59 26 1E 146 51 27
Octal 262 23 156 0 131 46 36 506 121 47
Binary 10110010 10011 1101110 0 1011001 100110 11110 101000110 1010001 100111

Color Harmonies of #B2136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2136E

Black with #B2136E

Text Example


Text Example

White with #B2136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2136E; }

 p { color: rgb(178,19,110); }

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

background-color css

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

 a { background-color: rgb(178,19,110); }

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

border-color css

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

 span { border-color: rgb(178,19,110); }

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