Html Css Color HEX #BA76DF Medium Orchid

📋 copy color: '#BA76DF'

red 186 ◦ green 118 ◦ blue 223

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

Shades of Medium Orchid #BA76DF

Tints of Medium Orchid #BA76DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.31%

R = 35.29%
G = 22.39%
B = 42.31%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA76DF (or 0xBA76DF) is known color: Medium Orchid. HEX triplet: BA, 76 and DF. RGB value is (186,118,223). Sum of RGB (Red+Green+Blue) = 186+118+223=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA76DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA76DF is #458920. Grayscale: #959595. Windows color (decimal): -4557089 or 14644922. OLE color: 14644922.

HSL color Cylindrical-coordinate representation of color #BA76DF: hue angle of 278.86º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA76DF is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 118 223 -
CMYK 0.17 0.47 0 0.13
HSL 278.86º 0.62% 0.67% -
HSV(B) 278.86º 0.47% 0.87% -
XYZ 40.05 28.72 73.25 -
YUV 150.3 169.03 153.46 -
System Red Green Blue C M Y K H S L
Decimal 186 118 223 0.17 0.47 0 0.13 278.86 0.62 0.67
Hex BA 76 DF 11 2F 0 D 117 3E 43
Octal 272 166 337 21 57 0 15 427 76 103
Binary 10111010 1110110 11011111 10001 101111 0 1101 100010111 111110 1000011

Color Harmonies of #BA76DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA76DF

Black with #BA76DF

Text Example


Text Example

White with #BA76DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA76DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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