Html Css Color HEX #BA47CD Medium Orchid

📋 copy color: '#BA47CD'

red 186 ◦ green 71 ◦ blue 205

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

Shades of Medium Orchid #BA47CD

Tints of Medium Orchid #BA47CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 40.26%
G = 15.37%
B = 44.37%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA47CD (or 0xBA47CD) is known color: Medium Orchid. HEX triplet: BA, 47 and CD. RGB value is (186,71,205). Sum of RGB (Red+Green+Blue) = 186+71+205=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 71 (28.12% from 255 or 15.37% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA47CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA47CD is #45B832. Grayscale: #787878. Windows color (decimal): -4569139 or 13453242. OLE color: 13453242.

HSL color Cylindrical-coordinate representation of color #BA47CD: hue angle of 291.49º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA47CD is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 71 205 -
CMYK 0.09 0.65 0 0.20
HSL 291.49º 0.57% 0.54% -
HSV(B) 291.49º 0.65% 0.8% -
XYZ 33.52 19.35 59.73 -
YUV 120.66 175.6 174.6 -
System Red Green Blue C M Y K H S L
Decimal 186 71 205 0.09 0.65 0 0.20 291.49 0.57 0.54
Hex BA 47 CD 9 41 0 14 123 39 36
Octal 272 107 315 11 101 0 24 443 71 66
Binary 10111010 1000111 11001101 1001 1000001 0 10100 100100011 111001 110110

Color Harmonies of #BA47CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA47CD

Black with #BA47CD

Text Example


Text Example

White with #BA47CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA47CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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