Html Css Color HEX #BA47E1 Medium Orchid

📋 copy color: '#BA47E1'

red 186 ◦ green 71 ◦ blue 225

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

Shades of Medium Orchid #BA47E1

Tints of Medium Orchid #BA47E1

RGB

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

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

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

R = 38.59%
G = 14.73%
B = 46.68%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA47E1 (or 0xBA47E1) is known color: Medium Orchid. HEX triplet: BA, 47 and E1. RGB value is (186,71,225). Sum of RGB (Red+Green+Blue) = 186+71+225=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 71 (28.12% from 255 or 14.73% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA47E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47E1 is #45B81E. Grayscale: #7A7A7A. Windows color (decimal): -4569119 or 14763962. OLE color: 14763962.

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

Color convert

RGB 186 71 225 -
CMYK 0.17 0.68 0 0.12
HSL 284.81º 0.72% 0.58% -
HSV(B) 284.81º 0.68% 0.88% -
XYZ 36.09 20.38 73.27 -
YUV 122.94 185.6 172.98 -
System Red Green Blue C M Y K H S L
Decimal 186 71 225 0.17 0.68 0 0.12 284.81 0.72 0.58
Hex BA 47 E1 11 44 0 C 11D 48 3A
Octal 272 107 341 21 104 0 14 435 110 72
Binary 10111010 1000111 11100001 10001 1000100 0 1100 100011101 1001000 111010

Color Harmonies of #BA47E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA47E1

Black with #BA47E1

Text Example


Text Example

White with #BA47E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA47E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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