Html Css Color HEX #B20A6E Jazzberry Jam

📋 copy color: '#B20A6E'

red 178 ◦ green 10 ◦ blue 110

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

Shades of Jazzberry Jam #B20A6E

Tints of Jazzberry Jam #B20A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.91%

R = 59.73%
G = 3.36%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B20A6E (or 0xB20A6E) is known color: Jazzberry Jam. HEX triplet: B2, 0A and 6E. RGB value is (178,10,110). Sum of RGB (Red+Green+Blue) = 178+10+110=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B20A6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20A6E is #4DF591. Grayscale: #474747. Windows color (decimal): -5109138 or 7211698. OLE color: 7211698.

HSL color Cylindrical-coordinate representation of color #B20A6E: hue angle of 324.29º 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 #B20A6E is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 10 110 -
CMYK 0 0.94 0.38 0.30
HSL 324.29º 0.89% 0.37% -
HSV(B) 324.29º 0.94% 0.7% -
XYZ 21.28 10.81 15.72 -
YUV 71.63 149.66 203.87 -
System Red Green Blue C M Y K H S L
Decimal 178 10 110 0 0.94 0.38 0.30 324.29 0.89 0.37
Hex B2 A 6E 0 5E 26 1E 144 59 25
Octal 262 12 156 0 136 46 36 504 131 45
Binary 10110010 1010 1101110 0 1011110 100110 11110 101000100 1011001 100101

Color Harmonies of #B20A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20A6E

Black with #B20A6E

Text Example


Text Example

White with #B20A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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