Html Css Color HEX #BA5EDA Medium Orchid

📋 copy color: '#BA5EDA'

red 186 ◦ green 94 ◦ blue 218

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

Shades of Medium Orchid #BA5EDA

Tints of Medium Orchid #BA5EDA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.88%

 BLUE value IS 218 (85.55% from 255) = 43.78%

R = 37.35%
G = 18.88%
B = 43.78%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA5EDA (or 0xBA5EDA) is known color: Medium Orchid. HEX triplet: BA, 5E and DA. RGB value is (186,94,218). Sum of RGB (Red+Green+Blue) = 186+94+218=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA5EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5EDA is #45A125. Grayscale: #878787. Windows color (decimal): -4563238 or 14311098. OLE color: 14311098.

HSL color Cylindrical-coordinate representation of color #BA5EDA: hue angle of 284.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA5EDA is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 94 218 -
CMYK 0.15 0.57 0 0.15
HSL 284.52º 0.63% 0.61% -
HSV(B) 284.52º 0.57% 0.85% -
XYZ 36.91 23.51 68.92 -
YUV 135.64 174.48 163.92 -
System Red Green Blue C M Y K H S L
Decimal 186 94 218 0.15 0.57 0 0.15 284.52 0.63 0.61
Hex BA 5E DA F 39 0 F 11D 3F 3D
Octal 272 136 332 17 71 0 17 435 77 75
Binary 10111010 1011110 11011010 1111 111001 0 1111 100011101 111111 111101

Color Harmonies of #BA5EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5EDA

Black with #BA5EDA

Text Example


Text Example

White with #BA5EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5EDA; }

 p { color: rgb(186,94,218); }

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

background-color css

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

 a { background-color: rgb(186,94,218); }

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

border-color css

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

 span { border-color: rgb(186,94,218); }

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