Html Css Color HEX #BA0171 Jazzberry Jam

📋 copy color: '#BA0171'

red 186 ◦ green 1 ◦ blue 113

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

Shades of Jazzberry Jam #BA0171

Tints of Jazzberry Jam #BA0171

RGB

 RED value IS 186 (73.05% from 255) = 62%

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

 BLUE value IS 113 (44.53% from 255) = 37.67%

R = 62%
G = 0.33%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BA0171 (or 0xBA0171) is known color: Jazzberry Jam. HEX triplet: BA, 01 and 71. RGB value is (186,1,113). Sum of RGB (Red+Green+Blue) = 186+1+113=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA0171 is #45FE8E. Grayscale: #444444. Windows color (decimal): -4587151 or 7406010. OLE color: 7406010.

HSL color Cylindrical-coordinate representation of color #BA0171: hue angle of 323.68º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0171 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 1 113 -
CMYK 0 0.99 0.39 0.27
HSL 323.68º 0.99% 0.37% -
HSV(B) 323.68º 0.99% 0.73% -
XYZ 23.24 11.65 16.65 -
YUV 69.08 152.79 211.39 -
System Red Green Blue C M Y K H S L
Decimal 186 1 113 0 0.99 0.39 0.27 323.68 0.99 0.37
Hex BA 1 71 0 63 27 1B 144 63 25
Octal 272 1 161 0 143 47 33 504 143 45
Binary 10111010 1 1110001 0 1100011 100111 11011 101000100 1100011 100101

Color Harmonies of #BA0171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0171

Black with #BA0171

Text Example


Text Example

White with #BA0171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0171; }

 p { color: rgb(186,1,113); }

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

background-color css

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

 a { background-color: rgb(186,1,113); }

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

border-color css

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

 span { border-color: rgb(186,1,113); }

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