Html Css Color HEX #B3206D Jazzberry Jam

📋 copy color: '#B3206D'

red 179 ◦ green 32 ◦ blue 109

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

Shades of Jazzberry Jam #B3206D

Tints of Jazzberry Jam #B3206D

RGB

 RED value IS 179 (70.31% from 255) = 55.94%

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

 BLUE value IS 109 (42.97% from 255) = 34.06%

R = 55.94%
G = 10%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3206D (or 0xB3206D) is known color: Jazzberry Jam. HEX triplet: B3, 20 and 6D. RGB value is (179,32,109). Sum of RGB (Red+Green+Blue) = 179+32+109=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B3206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3206D is #4CDF92. Grayscale: #545454. Windows color (decimal): -5037971 or 7151795. OLE color: 7151795.

HSL color Cylindrical-coordinate representation of color #B3206D: hue angle of 328.57º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3206D is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 32 109 -
CMYK 0 0.82 0.39 0.30
HSL 328.57º 0.7% 0.41% -
HSV(B) 328.57º 0.82% 0.7% -
XYZ 21.87 11.72 15.58 -
YUV 84.73 141.7 195.24 -
System Red Green Blue C M Y K H S L
Decimal 179 32 109 0 0.82 0.39 0.30 328.57 0.7 0.41
Hex B3 20 6D 0 52 27 1E 149 46 29
Octal 263 40 155 0 122 47 36 511 106 51
Binary 10110011 100000 1101101 0 1010010 100111 11110 101001001 1000110 101001

Color Harmonies of #B3206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3206D

Black with #B3206D

Text Example


Text Example

White with #B3206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3206D; }

 p { color: rgb(179,32,109); }

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

background-color css

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

 a { background-color: rgb(179,32,109); }

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

border-color css

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

 span { border-color: rgb(179,32,109); }

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