Html Css Color HEX #BA6BEF Medium Orchid

📋 copy color: '#BA6BEF'

red 186 ◦ green 107 ◦ blue 239

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

Shades of Medium Orchid #BA6BEF

Tints of Medium Orchid #BA6BEF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.11%

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

R = 34.96%
G = 20.11%
B = 44.92%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA6BEF (or 0xBA6BEF) is known color: Medium Orchid. HEX triplet: BA, 6B and EF. RGB value is (186,107,239). Sum of RGB (Red+Green+Blue) = 186+107+239=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA6BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6BEF is #459410. Grayscale: #919191. Windows color (decimal): -4559889 or 15690682. OLE color: 15690682.

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

Color convert

RGB 186 107 239 -
CMYK 0.22 0.55 0 0.06
HSL 275.91º 0.8% 0.68% -
HSV(B) 275.91º 0.55% 0.94% -
XYZ 41.09 27.19 84.74 -
YUV 145.67 180.67 156.77 -
System Red Green Blue C M Y K H S L
Decimal 186 107 239 0.22 0.55 0 0.06 275.91 0.8 0.68
Hex BA 6B EF 16 37 0 6 114 50 44
Octal 272 153 357 26 67 0 6 424 120 104
Binary 10111010 1101011 11101111 10110 110111 0 110 100010100 1010000 1000100

Color Harmonies of #BA6BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6BEF

Black with #BA6BEF

Text Example


Text Example

White with #BA6BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6BEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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