Html Css Color HEX #BA116E Jazzberry Jam

📋 copy color: '#BA116E'

red 186 ◦ green 17 ◦ blue 110

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

Shades of Jazzberry Jam #BA116E

Tints of Jazzberry Jam #BA116E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.43%

 BLUE value IS 110 (43.36% from 255) = 35.14%

R = 59.42%
G = 5.43%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BA116E (or 0xBA116E) is known color: Jazzberry Jam. HEX triplet: BA, 11 and 6E. RGB value is (186,17,110). Sum of RGB (Red+Green+Blue) = 186+17+110=313 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.42% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 186 - color contains mainly: red. Hex color #BA116E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BA116E is #45EE91. Grayscale: #4D4D4D. Windows color (decimal): -4583058 or 7213498. OLE color: 7213498.

HSL color Cylindrical-coordinate representation of color #BA116E: hue angle of 326.98º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA116E is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 17 110 -
CMYK 0 0.91 0.41 0.27
HSL 326.98º 0.83% 0.4% -
HSV(B) 326.98º 0.91% 0.73% -
XYZ 23.26 11.97 15.84 -
YUV 78.13 145.99 204.94 -
System Red Green Blue C M Y K H S L
Decimal 186 17 110 0 0.91 0.41 0.27 326.98 0.83 0.4
Hex BA 11 6E 0 5B 29 1B 147 53 28
Octal 272 21 156 0 133 51 33 507 123 50
Binary 10111010 10001 1101110 0 1011011 101001 11011 101000111 1010011 101000

Color Harmonies of #BA116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA116E

Black with #BA116E

Text Example


Text Example

White with #BA116E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA116E; }

 p { color: rgb(186,17,110); }

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

background-color css

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

 a { background-color: rgb(186,17,110); }

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

border-color css

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

 span { border-color: rgb(186,17,110); }

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