Html Css Color HEX #BA47DF Medium Orchid

📋 copy color: '#BA47DF'

red 186 ◦ green 71 ◦ blue 223

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

Shades of Medium Orchid #BA47DF

Tints of Medium Orchid #BA47DF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.79%

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

R = 38.75%
G = 14.79%
B = 46.46%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA47DF (or 0xBA47DF) is known color: Medium Orchid. HEX triplet: BA, 47 and DF. RGB value is (186,71,223). Sum of RGB (Red+Green+Blue) = 186+71+223=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 71 (28.12% from 255 or 14.79% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA47DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47DF is #45B820. Grayscale: #7A7A7A. Windows color (decimal): -4569121 or 14632890. OLE color: 14632890.

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

Color convert

RGB 186 71 223 -
CMYK 0.17 0.68 0 0.13
HSL 285.39º 0.7% 0.58% -
HSV(B) 285.39º 0.68% 0.87% -
XYZ 35.82 20.27 71.84 -
YUV 122.71 184.6 173.14 -
System Red Green Blue C M Y K H S L
Decimal 186 71 223 0.17 0.68 0 0.13 285.39 0.7 0.58
Hex BA 47 DF 11 44 0 D 11D 46 3A
Octal 272 107 337 21 104 0 15 435 106 72
Binary 10111010 1000111 11011111 10001 1000100 0 1101 100011101 1000110 111010

Color Harmonies of #BA47DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA47DF

Black with #BA47DF

Text Example


Text Example

White with #BA47DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA47DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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