Html Css Color HEX #BA6EEF Medium Orchid

📋 copy color: '#BA6EEF'

red 186 ◦ green 110 ◦ blue 239

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

Shades of Medium Orchid #BA6EEF

Tints of Medium Orchid #BA6EEF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.56%

 BLUE value IS 239 (93.75% from 255) = 44.67%

R = 34.77%
G = 20.56%
B = 44.67%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA6EEF (or 0xBA6EEF) is known color: Medium Orchid. HEX triplet: BA, 6E and EF. RGB value is (186,110,239). Sum of RGB (Red+Green+Blue) = 186+110+239=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA6EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6EEF is #459110. Grayscale: #929292. Windows color (decimal): -4559121 or 15691450. OLE color: 15691450.

HSL color Cylindrical-coordinate representation of color #BA6EEF: hue angle of 275.35º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA6EEF is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 110 239 -
CMYK 0.22 0.54 0 0.06
HSL 275.35º 0.8% 0.68% -
HSV(B) 275.35º 0.54% 0.94% -
XYZ 41.41 27.82 84.85 -
YUV 147.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 186 110 239 0.22 0.54 0 0.06 275.35 0.8 0.68
Hex BA 6E EF 16 36 0 6 113 50 44
Octal 272 156 357 26 66 0 6 423 120 104
Binary 10111010 1101110 11101111 10110 110110 0 110 100010011 1010000 1000100

Color Harmonies of #BA6EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6EEF

Black with #BA6EEF

Text Example


Text Example

White with #BA6EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6EEF; }

 p { color: rgb(186,110,239); }

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

background-color css

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

 a { background-color: rgb(186,110,239); }

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

border-color css

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

 span { border-color: rgb(186,110,239); }

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