Html Css Color HEX #B20675 Jazzberry Jam

📋 copy color: '#B20675'

red 178 ◦ green 6 ◦ blue 117

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

Shades of Jazzberry Jam #B20675

Tints of Jazzberry Jam #B20675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.99%

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 59.14%
G = 1.99%
B = 38.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B20675 (or 0xB20675) is known color: Jazzberry Jam. HEX triplet: B2, 06 and 75. RGB value is (178,6,117). Sum of RGB (Red+Green+Blue) = 178+6+117=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B20675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20675 is #4DF98A. Grayscale: #454545. Windows color (decimal): -5110155 or 7669426. OLE color: 7669426.

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

Color convert

RGB 178 6 117 -
CMYK 0 0.97 0.34 0.30
HSL 321.28º 0.93% 0.36% -
HSV(B) 321.28º 0.97% 0.7% -
XYZ 21.64 10.88 17.79 -
YUV 70.08 154.48 204.97 -
System Red Green Blue C M Y K H S L
Decimal 178 6 117 0 0.97 0.34 0.30 321.28 0.93 0.36
Hex B2 6 75 0 61 22 1E 141 5D 24
Octal 262 6 165 0 141 42 36 501 135 44
Binary 10110010 110 1110101 0 1100001 100010 11110 101000001 1011101 100100

Color Harmonies of #B20675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20675

Black with #B20675

Text Example


Text Example

White with #B20675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20675; }

 p { color: rgb(178,6,117); }

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

background-color css

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

 a { background-color: rgb(178,6,117); }

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

border-color css

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

 span { border-color: rgb(178,6,117); }

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