Html Css Color HEX #BA54DE Medium Orchid

📋 copy color: '#BA54DE'

red 186 ◦ green 84 ◦ blue 222

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

Shades of Medium Orchid #BA54DE

Tints of Medium Orchid #BA54DE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.07%

 BLUE value IS 222 (87.11% from 255) = 45.12%

R = 37.8%
G = 17.07%
B = 45.12%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA54DE (or 0xBA54DE) is known color: Medium Orchid. HEX triplet: BA, 54 and DE. RGB value is (186,84,222). Sum of RGB (Red+Green+Blue) = 186+84+222=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA54DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54DE is #45AB21. Grayscale: #818181. Windows color (decimal): -4565794 or 14570682. OLE color: 14570682.

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

Color convert

RGB 186 84 222 -
CMYK 0.16 0.62 0 0.13
HSL 284.35º 0.68% 0.6% -
HSV(B) 284.35º 0.62% 0.87% -
XYZ 36.6 22.05 71.43 -
YUV 130.23 179.79 167.78 -
System Red Green Blue C M Y K H S L
Decimal 186 84 222 0.16 0.62 0 0.13 284.35 0.68 0.6
Hex BA 54 DE 10 3E 0 D 11C 44 3C
Octal 272 124 336 20 76 0 15 434 104 74
Binary 10111010 1010100 11011110 10000 111110 0 1101 100011100 1000100 111100

Color Harmonies of #BA54DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54DE

Black with #BA54DE

Text Example


Text Example

White with #BA54DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54DE; }

 p { color: rgb(186,84,222); }

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

background-color css

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

 a { background-color: rgb(186,84,222); }

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

border-color css

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

 span { border-color: rgb(186,84,222); }

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