Html Css Color HEX #B2136A Jazzberry Jam

📋 copy color: '#B2136A'

red 178 ◦ green 19 ◦ blue 106

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

Shades of Jazzberry Jam #B2136A

Tints of Jazzberry Jam #B2136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.98%

R = 58.75%
G = 6.27%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2136A (or 0xB2136A) is known color: Jazzberry Jam. HEX triplet: B2, 13 and 6A. RGB value is (178,19,106). Sum of RGB (Red+Green+Blue) = 178+19+106=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B2136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2136A is #4DEC95. Grayscale: #4C4C4C. Windows color (decimal): -5106838 or 6951858. OLE color: 6951858.

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

Color convert

RGB 178 19 106 -
CMYK 0 0.89 0.40 0.30
HSL 327.17º 0.81% 0.39% -
HSV(B) 327.17º 0.89% 0.7% -
XYZ 21.19 10.97 14.64 -
YUV 76.46 144.68 200.43 -
System Red Green Blue C M Y K H S L
Decimal 178 19 106 0 0.89 0.40 0.30 327.17 0.81 0.39
Hex B2 13 6A 0 59 28 1E 147 51 27
Octal 262 23 152 0 131 50 36 507 121 47
Binary 10110010 10011 1101010 0 1011001 101000 11110 101000111 1010001 100111

Color Harmonies of #B2136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2136A

Black with #B2136A

Text Example


Text Example

White with #B2136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2136A; }

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

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

background-color css

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

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

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

border-color css

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

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

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