Html Css Color HEX #BA6FEF Medium Orchid

📋 copy color: '#BA6FEF'

red 186 ◦ green 111 ◦ blue 239

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

Shades of Medium Orchid #BA6FEF

Tints of Medium Orchid #BA6FEF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.71%

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

R = 34.7%
G = 20.71%
B = 44.59%

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

#BA6FEF (or 0xBA6FEF) is known color: Medium Orchid. HEX triplet: BA, 6F and EF. RGB value is (186,111,239). Sum of RGB (Red+Green+Blue) = 186+111+239=536 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.70% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA6FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6FEF is #459010. Grayscale: #939393. Windows color (decimal): -4558865 or 15691706. OLE color: 15691706.

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

Color convert

RGB 186 111 239 -
CMYK 0.22 0.54 0 0.06
HSL 275.16º 0.8% 0.69% -
HSV(B) 275.16º 0.54% 0.94% -
XYZ 41.51 28.04 84.89 -
YUV 148.02 179.35 155.09 -
System Red Green Blue C M Y K H S L
Decimal 186 111 239 0.22 0.54 0 0.06 275.16 0.8 0.69
Hex BA 6F EF 16 36 0 6 113 50 45
Octal 272 157 357 26 66 0 6 423 120 105
Binary 10111010 1101111 11101111 10110 110110 0 110 100010011 1010000 1000101

Color Harmonies of #BA6FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FEF

Black with #BA6FEF

Text Example


Text Example

White with #BA6FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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