Html Css Color HEX #B20A66 Jazzberry Jam

📋 copy color: '#B20A66'

red 178 ◦ green 10 ◦ blue 102

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

Shades of Jazzberry Jam #B20A66

Tints of Jazzberry Jam #B20A66

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.45%

 BLUE value IS 102 (40.23% from 255) = 35.17%

R = 61.38%
G = 3.45%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B20A66 (or 0xB20A66) is known color: Jazzberry Jam. HEX triplet: B2, 0A and 66. RGB value is (178,10,102). Sum of RGB (Red+Green+Blue) = 178+10+102=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20A66 is #4DF599. Grayscale: #464646. Windows color (decimal): -5109146 or 6687410. OLE color: 6687410.

HSL color Cylindrical-coordinate representation of color #B20A66: hue angle of 327.14º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B20A66 is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 10 102 -
CMYK 0 0.94 0.43 0.30
HSL 327.14º 0.89% 0.37% -
HSV(B) 327.14º 0.94% 0.7% -
XYZ 20.87 10.64 13.52 -
YUV 70.72 145.66 204.52 -
System Red Green Blue C M Y K H S L
Decimal 178 10 102 0 0.94 0.43 0.30 327.14 0.89 0.37
Hex B2 A 66 0 5E 2B 1E 147 59 25
Octal 262 12 146 0 136 53 36 507 131 45
Binary 10110010 1010 1100110 0 1011110 101011 11110 101000111 1011001 100101

Color Harmonies of #B20A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20A66

Black with #B20A66

Text Example


Text Example

White with #B20A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20A66; }

 p { color: rgb(178,10,102); }

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

background-color css

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

 a { background-color: rgb(178,10,102); }

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

border-color css

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

 span { border-color: rgb(178,10,102); }

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