Html Css Color HEX #B20C54 Jazzberry Jam

📋 copy color: '#B20C54'

red 178 ◦ green 12 ◦ blue 84

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

Shades of Jazzberry Jam #B20C54

Tints of Jazzberry Jam #B20C54

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.38%

 BLUE value IS 84 (33.2% from 255) = 30.66%

R = 64.96%
G = 4.38%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B20C54 (or 0xB20C54) is known color: Jazzberry Jam. HEX triplet: B2, 0C and 54. RGB value is (178,12,84). Sum of RGB (Red+Green+Blue) = 178+12+84=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20C54 is #4DF3AB. Grayscale: #454545. Windows color (decimal): -5108652 or 5508274. OLE color: 5508274.

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

Color convert

RGB 178 12 84 -
CMYK 0 0.93 0.53 0.30
HSL 333.98º 0.87% 0.37% -
HSV(B) 333.98º 0.93% 0.7% -
XYZ 20.09 10.37 9.33 -
YUV 69.84 136 205.15 -
System Red Green Blue C M Y K H S L
Decimal 178 12 84 0 0.93 0.53 0.30 333.98 0.87 0.37
Hex B2 C 54 0 5D 35 1E 14E 57 25
Octal 262 14 124 0 135 65 36 516 127 45
Binary 10110010 1100 1010100 0 1011101 110101 11110 101001110 1010111 100101

Color Harmonies of #B20C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20C54

Black with #B20C54

Text Example


Text Example

White with #B20C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20C54; }

 p { color: rgb(178,12,84); }

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

background-color css

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

 a { background-color: rgb(178,12,84); }

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

border-color css

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

 span { border-color: rgb(178,12,84); }

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