Html Css Color HEX #B10573 Jazzberry Jam

📋 copy color: '#B10573'

red 177 ◦ green 5 ◦ blue 115

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

Shades of Jazzberry Jam #B10573

Tints of Jazzberry Jam #B10573

RGB

 RED value IS 177 (69.53% from 255) = 59.6%

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

 BLUE value IS 115 (45.31% from 255) = 38.72%

R = 59.6%
G = 1.68%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B10573 (or 0xB10573) is known color: Jazzberry Jam. HEX triplet: B1, 05 and 73. RGB value is (177,5,115). Sum of RGB (Red+Green+Blue) = 177+5+115=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B10573 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10573 is #4EFA8C. Grayscale: #444444. Windows color (decimal): -5175949 or 7538097. OLE color: 7538097.

HSL color Cylindrical-coordinate representation of color #B10573: hue angle of 321.63º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B10573 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 5 115 -
CMYK 0 0.97 0.35 0.31
HSL 321.63º 0.95% 0.36% -
HSV(B) 321.63º 0.97% 0.69% -
XYZ 21.28 10.69 17.16 -
YUV 68.97 153.98 205.06 -
System Red Green Blue C M Y K H S L
Decimal 177 5 115 0 0.97 0.35 0.31 321.63 0.95 0.36
Hex B1 5 73 0 61 23 1F 142 5F 24
Octal 261 5 163 0 141 43 37 502 137 44
Binary 10110001 101 1110011 0 1100001 100011 11111 101000010 1011111 100100

Color Harmonies of #B10573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10573

Black with #B10573

Text Example


Text Example

White with #B10573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10573; }

 p { color: rgb(177,5,115); }

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

background-color css

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

 a { background-color: rgb(177,5,115); }

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

border-color css

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

 span { border-color: rgb(177,5,115); }

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