Html Css Color HEX #B20168 Jazzberry Jam

📋 copy color: '#B20168'

red 178 ◦ green 1 ◦ blue 104

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

Shades of Jazzberry Jam #B20168

Tints of Jazzberry Jam #B20168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 104 (41.02% from 255) = 36.75%

R = 62.9%
G = 0.35%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B20168 (or 0xB20168) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 68. RGB value is (178,1,104). Sum of RGB (Red+Green+Blue) = 178+1+104=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B20168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20168 is #4DFE97. Grayscale: #414141. Windows color (decimal): -5111448 or 6816178. OLE color: 6816178.

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

Color convert

RGB 178 1 104 -
CMYK 0 0.99 0.42 0.30
HSL 325.08º 0.99% 0.35% -
HSV(B) 325.08º 0.99% 0.7% -
XYZ 20.87 10.49 14.02 -
YUV 65.67 149.64 208.12 -
System Red Green Blue C M Y K H S L
Decimal 178 1 104 0 0.99 0.42 0.30 325.08 0.99 0.35
Hex B2 1 68 0 63 2A 1E 145 63 23
Octal 262 1 150 0 143 52 36 505 143 43
Binary 10110010 1 1101000 0 1100011 101010 11110 101000101 1100011 100011

Color Harmonies of #B20168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20168

Black with #B20168

Text Example


Text Example

White with #B20168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20168; }

 p { color: rgb(178,1,104); }

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

background-color css

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

 a { background-color: rgb(178,1,104); }

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

border-color css

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

 span { border-color: rgb(178,1,104); }

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