Html Css Color HEX #BA54ED Medium Orchid

📋 copy color: '#BA54ED'

red 186 ◦ green 84 ◦ blue 237

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

Shades of Medium Orchid #BA54ED

Tints of Medium Orchid #BA54ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.75%

R = 36.69%
G = 16.57%
B = 46.75%

CMYK

 C value IS 0.22

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA54ED (or 0xBA54ED) is known color: Medium Orchid. HEX triplet: BA, 54 and ED. RGB value is (186,84,237). Sum of RGB (Red+Green+Blue) = 186+84+237=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA54ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA54ED is #45AB12. Grayscale: #838383. Windows color (decimal): -4565779 or 15553722. OLE color: 15553722.

HSL color Cylindrical-coordinate representation of color #BA54ED: hue angle of 280º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA54ED is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 84 237 -
CMYK 0.22 0.65 0 0.07
HSL 280º 0.81% 0.63% -
HSV(B) 280º 0.65% 0.93% -
XYZ 38.71 22.89 82.5 -
YUV 131.94 187.29 166.56 -
System Red Green Blue C M Y K H S L
Decimal 186 84 237 0.22 0.65 0 0.07 280 0.81 0.63
Hex BA 54 ED 16 41 0 7 118 51 3F
Octal 272 124 355 26 101 0 7 430 121 77
Binary 10111010 1010100 11101101 10110 1000001 0 111 100011000 1010001 111111

Color Harmonies of #BA54ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA54ED

Black with #BA54ED

Text Example


Text Example

White with #BA54ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA54ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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