Html Css Color HEX #B2246A Jazzberry Jam

📋 copy color: '#B2246A'

red 178 ◦ green 36 ◦ blue 106

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

Shades of Jazzberry Jam #B2246A

Tints of Jazzberry Jam #B2246A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.25%

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

R = 55.63%
G = 11.25%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2246A (or 0xB2246A) is known color: Jazzberry Jam. HEX triplet: B2, 24 and 6A. RGB value is (178,36,106). Sum of RGB (Red+Green+Blue) = 178+36+106=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B2246A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2246A is #4DDB95. Grayscale: #565656. Windows color (decimal): -5102486 or 6956210. OLE color: 6956210.

HSL color Cylindrical-coordinate representation of color #B2246A: hue angle of 330.42º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2246A is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 36 106 -
CMYK 0 0.80 0.40 0.30
HSL 330.42º 0.66% 0.42% -
HSV(B) 330.42º 0.8% 0.7% -
XYZ 21.59 11.77 14.77 -
YUV 86.44 139.04 193.31 -
System Red Green Blue C M Y K H S L
Decimal 178 36 106 0 0.80 0.40 0.30 330.42 0.66 0.42
Hex B2 24 6A 0 50 28 1E 14A 42 2A
Octal 262 44 152 0 120 50 36 512 102 52
Binary 10110010 100100 1101010 0 1010000 101000 11110 101001010 1000010 101010

Color Harmonies of #B2246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2246A

Black with #B2246A

Text Example


Text Example

White with #B2246A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2246A; }

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

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

background-color css

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

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

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

border-color css

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

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

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