Html Css Color HEX #B4226C Jazzberry Jam

📋 copy color: '#B4226C'

red 180 ◦ green 34 ◦ blue 108

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

Shades of Jazzberry Jam #B4226C

Tints of Jazzberry Jam #B4226C

RGB

 RED value IS 180 (70.7% from 255) = 55.9%

 GREEN value IS 34 (13.67% from 255) = 10.56%

 BLUE value IS 108 (42.58% from 255) = 33.54%

R = 55.9%
G = 10.56%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B4226C (or 0xB4226C) is known color: Jazzberry Jam. HEX triplet: B4, 22 and 6C. RGB value is (180,34,108). Sum of RGB (Red+Green+Blue) = 180+34+108=322 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.90% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 180 - color contains mainly: red. Hex color #B4226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4226C is #4BDD93. Grayscale: #555555. Windows color (decimal): -4971924 or 7086772. OLE color: 7086772.

HSL color Cylindrical-coordinate representation of color #B4226C: hue angle of 329.59º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B4226C is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 34 108 -
CMYK 0 0.81 0.40 0.29
HSL 329.59º 0.68% 0.42% -
HSV(B) 329.59º 0.81% 0.71% -
XYZ 22.1 11.93 15.33 -
YUV 86.09 140.37 194.98 -
System Red Green Blue C M Y K H S L
Decimal 180 34 108 0 0.81 0.40 0.29 329.59 0.68 0.42
Hex B4 22 6C 0 51 28 1D 14A 44 2A
Octal 264 42 154 0 121 50 35 512 104 52
Binary 10110100 100010 1101100 0 1010001 101000 11101 101001010 1000100 101010

Color Harmonies of #B4226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4226C

Black with #B4226C

Text Example


Text Example

White with #B4226C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4226C; }

 p { color: rgb(180,34,108); }

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

background-color css

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

 a { background-color: rgb(180,34,108); }

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

border-color css

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

 span { border-color: rgb(180,34,108); }

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