Html Css Color HEX #B2124E Jazzberry Jam

📋 copy color: '#B2124E'

red 178 ◦ green 18 ◦ blue 78

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

Shades of Jazzberry Jam #B2124E

Tints of Jazzberry Jam #B2124E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.47%

R = 64.96%
G = 6.57%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2124E (or 0xB2124E) is known color: Jazzberry Jam. HEX triplet: B2, 12 and 4E. RGB value is (178,18,78). Sum of RGB (Red+Green+Blue) = 178+18+78=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B2124E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2124E is #4DEDB1. Grayscale: #484848. Windows color (decimal): -5107122 or 5116594. OLE color: 5116594.

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

Color convert

RGB 178 18 78 -
CMYK 0 0.90 0.56 0.30
HSL 337.5º 0.82% 0.38% -
HSV(B) 337.5º 0.9% 0.7% -
XYZ 19.95 10.45 8.17 -
YUV 72.68 131.01 203.12 -
System Red Green Blue C M Y K H S L
Decimal 178 18 78 0 0.90 0.56 0.30 337.5 0.82 0.38
Hex B2 12 4E 0 5A 38 1E 152 52 26
Octal 262 22 116 0 132 70 36 522 122 46
Binary 10110010 10010 1001110 0 1011010 111000 11110 101010010 1010010 100110

Color Harmonies of #B2124E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2124E

Black with #B2124E

Text Example


Text Example

White with #B2124E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2124E; }

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

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

background-color css

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

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

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

border-color css

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

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

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