Html Css Color HEX #B4206C Jazzberry Jam

📋 copy color: '#B4206C'

red 180 ◦ green 32 ◦ blue 108

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

Shades of Jazzberry Jam #B4206C

Tints of Jazzberry Jam #B4206C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10%

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

R = 56.25%
G = 10%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B4206C (or 0xB4206C) is known color: Jazzberry Jam. HEX triplet: B4, 20 and 6C. RGB value is (180,32,108). Sum of RGB (Red+Green+Blue) = 180+32+108=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B4206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4206C is #4BDF93. Grayscale: #545454. Windows color (decimal): -4972436 or 7086260. OLE color: 7086260.

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

Color convert

RGB 180 32 108 -
CMYK 0 0.82 0.40 0.29
HSL 329.19º 0.7% 0.42% -
HSV(B) 329.19º 0.82% 0.71% -
XYZ 22.05 11.82 15.31 -
YUV 84.92 141.03 195.82 -
System Red Green Blue C M Y K H S L
Decimal 180 32 108 0 0.82 0.40 0.29 329.19 0.7 0.42
Hex B4 20 6C 0 52 28 1D 149 46 2A
Octal 264 40 154 0 122 50 35 511 106 52
Binary 10110100 100000 1101100 0 1010010 101000 11101 101001001 1000110 101010

Color Harmonies of #B4206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4206C

Black with #B4206C

Text Example


Text Example

White with #B4206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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