Html Css Color HEX #B20653 Jazzberry Jam

📋 copy color: '#B20653'

red 178 ◦ green 6 ◦ blue 83

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

Shades of Jazzberry Jam #B20653

Tints of Jazzberry Jam #B20653

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.25%

 BLUE value IS 83 (32.81% from 255) = 31.09%

R = 66.67%
G = 2.25%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B20653 (or 0xB20653) is known color: Jazzberry Jam. HEX triplet: B2, 06 and 53. RGB value is (178,6,83). Sum of RGB (Red+Green+Blue) = 178+6+83=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B20653 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20653 is #4DF9AC. Grayscale: #424242. Windows color (decimal): -5110189 or 5441202. OLE color: 5441202.

HSL color Cylindrical-coordinate representation of color #B20653: hue angle of 333.14º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20653 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 6 83 -
CMYK 0 0.97 0.53 0.30
HSL 333.14º 0.93% 0.36% -
HSV(B) 333.14º 0.97% 0.7% -
XYZ 19.99 10.22 9.1 -
YUV 66.21 137.48 207.74 -
System Red Green Blue C M Y K H S L
Decimal 178 6 83 0 0.97 0.53 0.30 333.14 0.93 0.36
Hex B2 6 53 0 61 35 1E 14D 5D 24
Octal 262 6 123 0 141 65 36 515 135 44
Binary 10110010 110 1010011 0 1100001 110101 11110 101001101 1011101 100100

Color Harmonies of #B20653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20653

Black with #B20653

Text Example


Text Example

White with #B20653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20653; }

 p { color: rgb(178,6,83); }

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

background-color css

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

 a { background-color: rgb(178,6,83); }

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

border-color css

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

 span { border-color: rgb(178,6,83); }

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