Html Css Color HEX #BA6FDA Medium Orchid

📋 copy color: '#BA6FDA'

red 186 ◦ green 111 ◦ blue 218

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

Shades of Medium Orchid #BA6FDA

Tints of Medium Orchid #BA6FDA

RGB

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

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

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

R = 36.12%
G = 21.55%
B = 42.33%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA6FDA (or 0xBA6FDA) is known color: Medium Orchid. HEX triplet: BA, 6F and DA. RGB value is (186,111,218). Sum of RGB (Red+Green+Blue) = 186+111+218=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA6FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FDA is #459025. Grayscale: #919191. Windows color (decimal): -4558886 or 14315450. OLE color: 14315450.

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

Color convert

RGB 186 111 218 -
CMYK 0.15 0.49 0 0.15
HSL 282.06º 0.59% 0.65% -
HSV(B) 282.06º 0.49% 0.85% -
XYZ 38.59 26.87 69.48 -
YUV 145.62 168.85 156.8 -
System Red Green Blue C M Y K H S L
Decimal 186 111 218 0.15 0.49 0 0.15 282.06 0.59 0.65
Hex BA 6F DA F 31 0 F 11A 3B 41
Octal 272 157 332 17 61 0 17 432 73 101
Binary 10111010 1101111 11011010 1111 110001 0 1111 100011010 111011 1000001

Color Harmonies of #BA6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FDA

Black with #BA6FDA

Text Example


Text Example

White with #BA6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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