Html Css Color HEX #B2126F Jazzberry Jam

📋 copy color: '#B2126F'

red 178 ◦ green 18 ◦ blue 111

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

Shades of Jazzberry Jam #B2126F

Tints of Jazzberry Jam #B2126F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.86%

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

R = 57.98%
G = 5.86%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2126F (or 0xB2126F) is known color: Jazzberry Jam. HEX triplet: B2, 12 and 6F. RGB value is (178,18,111). Sum of RGB (Red+Green+Blue) = 178+18+111=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2126F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2126F is #4DED90. Grayscale: #4C4C4C. Windows color (decimal): -5107089 or 7279282. OLE color: 7279282.

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

Color convert

RGB 178 18 111 -
CMYK 0 0.90 0.38 0.30
HSL 325.13º 0.82% 0.38% -
HSV(B) 325.13º 0.9% 0.7% -
XYZ 21.45 11.05 16.04 -
YUV 76.44 147.51 200.44 -
System Red Green Blue C M Y K H S L
Decimal 178 18 111 0 0.90 0.38 0.30 325.13 0.82 0.38
Hex B2 12 6F 0 5A 26 1E 145 52 26
Octal 262 22 157 0 132 46 36 505 122 46
Binary 10110010 10010 1101111 0 1011010 100110 11110 101000101 1010010 100110

Color Harmonies of #B2126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2126F

Black with #B2126F

Text Example


Text Example

White with #B2126F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2126F; }

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

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

background-color css

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

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

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

border-color css

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

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

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