Html Css Color HEX #B20B5E Jazzberry Jam

📋 copy color: '#B20B5E'

red 178 ◦ green 11 ◦ blue 94

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

Shades of Jazzberry Jam #B20B5E

Tints of Jazzberry Jam #B20B5E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.89%

 BLUE value IS 94 (37.11% from 255) = 33.22%

R = 62.9%
G = 3.89%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B20B5E (or 0xB20B5E) is known color: Jazzberry Jam. HEX triplet: B2, 0B and 5E. RGB value is (178,11,94). Sum of RGB (Red+Green+Blue) = 178+11+94=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B20B5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20B5E is #4DF4A1. Grayscale: #464646. Windows color (decimal): -5108898 or 6163378. OLE color: 6163378.

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

Color convert

RGB 178 11 94 -
CMYK 0 0.94 0.47 0.30
HSL 330.18º 0.88% 0.37% -
HSV(B) 330.18º 0.94% 0.7% -
XYZ 20.5 10.51 11.54 -
YUV 70.4 141.33 204.75 -
System Red Green Blue C M Y K H S L
Decimal 178 11 94 0 0.94 0.47 0.30 330.18 0.88 0.37
Hex B2 B 5E 0 5E 2F 1E 14A 58 25
Octal 262 13 136 0 136 57 36 512 130 45
Binary 10110010 1011 1011110 0 1011110 101111 11110 101001010 1011000 100101

Color Harmonies of #B20B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20B5E

Black with #B20B5E

Text Example


Text Example

White with #B20B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20B5E; }

 p { color: rgb(178,11,94); }

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

background-color css

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

 a { background-color: rgb(178,11,94); }

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

border-color css

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

 span { border-color: rgb(178,11,94); }

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