Html Css Color HEX #BA76E1 Medium Orchid

📋 copy color: '#BA76E1'

red 186 ◦ green 118 ◦ blue 225

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

Shades of Medium Orchid #BA76E1

Tints of Medium Orchid #BA76E1

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.31%

 BLUE value IS 225 (88.28% from 255) = 42.53%

R = 35.16%
G = 22.31%
B = 42.53%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA76E1 (or 0xBA76E1) is known color: Medium Orchid. HEX triplet: BA, 76 and E1. RGB value is (186,118,225). Sum of RGB (Red+Green+Blue) = 186+118+225=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 225 (88.28% from 255 or 42.53% from 529); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA76E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76E1 is #45891E. Grayscale: #969696. Windows color (decimal): -4557087 or 14775994. OLE color: 14775994.

HSL color Cylindrical-coordinate representation of color #BA76E1: hue angle of 278.13º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA76E1 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 118 225 -
CMYK 0.17 0.48 0 0.12
HSL 278.13º 0.64% 0.67% -
HSV(B) 278.13º 0.48% 0.88% -
XYZ 40.32 28.83 74.67 -
YUV 150.53 170.03 153.3 -
System Red Green Blue C M Y K H S L
Decimal 186 118 225 0.17 0.48 0 0.12 278.13 0.64 0.67
Hex BA 76 E1 11 30 0 C 116 40 43
Octal 272 166 341 21 60 0 14 426 100 103
Binary 10111010 1110110 11100001 10001 110000 0 1100 100010110 1000000 1000011

Color Harmonies of #BA76E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76E1

Black with #BA76E1

Text Example


Text Example

White with #BA76E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76E1; }

 p { color: rgb(186,118,225); }

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

background-color css

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

 a { background-color: rgb(186,118,225); }

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

border-color css

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

 span { border-color: rgb(186,118,225); }

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