Html Css Color HEX #B20575 Jazzberry Jam

📋 copy color: '#B20575'

red 178 ◦ green 5 ◦ blue 117

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

Shades of Jazzberry Jam #B20575

Tints of Jazzberry Jam #B20575

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.67%

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

R = 59.33%
G = 1.67%
B = 39%

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

#B20575 (or 0xB20575) is known color: Jazzberry Jam. HEX triplet: B2, 05 and 75. RGB value is (178,5,117). Sum of RGB (Red+Green+Blue) = 178+5+117=300 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 178 - color contains mainly: red. Hex color #B20575 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20575 is #4DFA8A. Grayscale: #454545. Windows color (decimal): -5110411 or 7669170. OLE color: 7669170.

HSL color Cylindrical-coordinate representation of color #B20575: hue angle of 321.16º degrees, saturation: 0.95, 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 #B20575 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 5 117 -
CMYK 0 0.97 0.34 0.30
HSL 321.16º 0.95% 0.36% -
HSV(B) 321.16º 0.97% 0.7% -
XYZ 21.63 10.86 17.79 -
YUV 69.5 154.81 205.39 -
System Red Green Blue C M Y K H S L
Decimal 178 5 117 0 0.97 0.34 0.30 321.16 0.95 0.36
Hex B2 5 75 0 61 22 1E 141 5F 24
Octal 262 5 165 0 141 42 36 501 137 44
Binary 10110010 101 1110101 0 1100001 100010 11110 101000001 1011111 100100

Color Harmonies of #B20575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20575

Black with #B20575

Text Example


Text Example

White with #B20575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20575; }

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

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

background-color css

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

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

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

border-color css

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

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

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