Html Css Color HEX #B2126A Jazzberry Jam

📋 copy color: '#B2126A'

red 178 ◦ green 18 ◦ blue 106

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

Shades of Jazzberry Jam #B2126A

Tints of Jazzberry Jam #B2126A

RGB

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

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

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

R = 58.94%
G = 5.96%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2126A (or 0xB2126A) is known color: Jazzberry Jam. HEX triplet: B2, 12 and 6A. RGB value is (178,18,106). Sum of RGB (Red+Green+Blue) = 178+18+106=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B2126A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2126A is #4DED95. Grayscale: #4B4B4B. Windows color (decimal): -5107094 or 6951602. OLE color: 6951602.

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

Color convert

RGB 178 18 106 -
CMYK 0 0.90 0.40 0.30
HSL 327º 0.82% 0.38% -
HSV(B) 327º 0.9% 0.7% -
XYZ 21.18 10.94 14.63 -
YUV 75.87 145.01 200.84 -
System Red Green Blue C M Y K H S L
Decimal 178 18 106 0 0.90 0.40 0.30 327 0.82 0.38
Hex B2 12 6A 0 5A 28 1E 147 52 26
Octal 262 22 152 0 132 50 36 507 122 46
Binary 10110010 10010 1101010 0 1011010 101000 11110 101000111 1010010 100110

Color Harmonies of #B2126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2126A

Black with #B2126A

Text Example


Text Example

White with #B2126A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2126A; }

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

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

background-color css

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

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

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

border-color css

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

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

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