Html Css Color HEX #B20E6E Jazzberry Jam

📋 copy color: '#B20E6E'

red 178 ◦ green 14 ◦ blue 110

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

Shades of Jazzberry Jam #B20E6E

Tints of Jazzberry Jam #B20E6E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.64%

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

R = 58.94%
G = 4.64%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B20E6E (or 0xB20E6E) is known color: Jazzberry Jam. HEX triplet: B2, 0E and 6E. RGB value is (178,14,110). Sum of RGB (Red+Green+Blue) = 178+14+110=302 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.94% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20E6E is #4DF191. Grayscale: #494949. Windows color (decimal): -5108114 or 7212722. OLE color: 7212722.

HSL color Cylindrical-coordinate representation of color #B20E6E: hue angle of 324.88º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20E6E is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 14 110 -
CMYK 0 0.92 0.38 0.30
HSL 324.88º 0.85% 0.38% -
HSV(B) 324.88º 0.92% 0.7% -
XYZ 21.33 10.9 15.73 -
YUV 73.98 148.33 202.19 -
System Red Green Blue C M Y K H S L
Decimal 178 14 110 0 0.92 0.38 0.30 324.88 0.85 0.38
Hex B2 E 6E 0 5C 26 1E 145 55 26
Octal 262 16 156 0 134 46 36 505 125 46
Binary 10110010 1110 1101110 0 1011100 100110 11110 101000101 1010101 100110

Color Harmonies of #B20E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20E6E

Black with #B20E6E

Text Example


Text Example

White with #B20E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20E6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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