Html Css Color HEX #B20170 Jazzberry Jam

📋 copy color: '#B20170'

red 178 ◦ green 1 ◦ blue 112

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

Shades of Jazzberry Jam #B20170

Tints of Jazzberry Jam #B20170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 61.17%
G = 0.34%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B20170 (or 0xB20170) is known color: Jazzberry Jam. HEX triplet: B2, 01 and 70. RGB value is (178,1,112). Sum of RGB (Red+Green+Blue) = 178+1+112=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B20170 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20170 is #4DFE8F. Grayscale: #424242. Windows color (decimal): -5111440 or 7340466. OLE color: 7340466.

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

Color convert

RGB 178 1 112 -
CMYK 0 0.99 0.37 0.30
HSL 322.37º 0.99% 0.35% -
HSV(B) 322.37º 0.99% 0.7% -
XYZ 21.3 10.66 16.26 -
YUV 66.58 153.64 207.47 -
System Red Green Blue C M Y K H S L
Decimal 178 1 112 0 0.99 0.37 0.30 322.37 0.99 0.35
Hex B2 1 70 0 63 25 1E 142 63 23
Octal 262 1 160 0 143 45 36 502 143 43
Binary 10110010 1 1110000 0 1100011 100101 11110 101000010 1100011 100011

Color Harmonies of #B20170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20170

Black with #B20170

Text Example


Text Example

White with #B20170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20170; }

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

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

background-color css

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

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

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

border-color css

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

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

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