Html Css Color HEX #BA6FEB Medium Orchid

📋 copy color: '#BA6FEB'

red 186 ◦ green 111 ◦ blue 235

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

Shades of Medium Orchid #BA6FEB

Tints of Medium Orchid #BA6FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.17%

R = 34.96%
G = 20.86%
B = 44.17%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA6FEB (or 0xBA6FEB) is known color: Medium Orchid. HEX triplet: BA, 6F and EB. RGB value is (186,111,235). Sum of RGB (Red+Green+Blue) = 186+111+235=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 235 (92.19% from 255 or 44.17% from 532); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA6FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6FEB is #459014. Grayscale: #939393. Windows color (decimal): -4558869 or 15429562. OLE color: 15429562.

HSL color Cylindrical-coordinate representation of color #BA6FEB: hue angle of 276.29º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA6FEB is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 111 235 -
CMYK 0.21 0.53 0 0.08
HSL 276.29º 0.76% 0.68% -
HSV(B) 276.29º 0.53% 0.92% -
XYZ 40.93 27.81 81.81 -
YUV 147.56 177.35 155.42 -
System Red Green Blue C M Y K H S L
Decimal 186 111 235 0.21 0.53 0 0.08 276.29 0.76 0.68
Hex BA 6F EB 15 35 0 8 114 4C 44
Octal 272 157 353 25 65 0 10 424 114 104
Binary 10111010 1101111 11101011 10101 110101 0 1000 100010100 1001100 1000100

Color Harmonies of #BA6FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FEB

Black with #BA6FEB

Text Example


Text Example

White with #BA6FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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