Html Css Color HEX #BA76D1 Medium Orchid

📋 copy color: '#BA76D1'

red 186 ◦ green 118 ◦ blue 209

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

Shades of Medium Orchid #BA76D1

Tints of Medium Orchid #BA76D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 40.74%

R = 36.26%
G = 23%
B = 40.74%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BA76D1 (or 0xBA76D1) is known color: Medium Orchid. HEX triplet: BA, 76 and D1. RGB value is (186,118,209). Sum of RGB (Red+Green+Blue) = 186+118+209=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #BA76D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76D1 is #45892E. Grayscale: #949494. Windows color (decimal): -4557103 or 13727418. OLE color: 13727418.

HSL color Cylindrical-coordinate representation of color #BA76D1: hue angle of 284.84º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA76D1 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 118 209 -
CMYK 0.11 0.44 0 0.18
HSL 284.84º 0.5% 0.64% -
HSV(B) 284.84º 0.44% 0.82% -
XYZ 38.24 28 63.71 -
YUV 148.71 162.03 154.6 -
System Red Green Blue C M Y K H S L
Decimal 186 118 209 0.11 0.44 0 0.18 284.84 0.5 0.64
Hex BA 76 D1 B 2C 0 12 11D 32 40
Octal 272 166 321 13 54 0 22 435 62 100
Binary 10111010 1110110 11010001 1011 101100 0 10010 100011101 110010 1000000

Color Harmonies of #BA76D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76D1

Black with #BA76D1

Text Example


Text Example

White with #BA76D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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