Html Css Color HEX #BA6FD8 Medium Orchid

📋 copy color: '#BA6FD8'

red 186 ◦ green 111 ◦ blue 216

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

Shades of Medium Orchid #BA6FD8

Tints of Medium Orchid #BA6FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.11%

R = 36.26%
G = 21.64%
B = 42.11%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA6FD8 (or 0xBA6FD8) is known color: Medium Orchid. HEX triplet: BA, 6F and D8. RGB value is (186,111,216). Sum of RGB (Red+Green+Blue) = 186+111+216=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 216 (84.77% from 255 or 42.11% from 513); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA6FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FD8 is #459027. Grayscale: #919191. Windows color (decimal): -4558888 or 14184378. OLE color: 14184378.

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

Color convert

RGB 186 111 216 -
CMYK 0.14 0.49 0 0.15
HSL 282.86º 0.57% 0.64% -
HSV(B) 282.86º 0.49% 0.85% -
XYZ 38.33 26.77 68.11 -
YUV 145.4 167.85 156.96 -
System Red Green Blue C M Y K H S L
Decimal 186 111 216 0.14 0.49 0 0.15 282.86 0.57 0.64
Hex BA 6F D8 E 31 0 F 11B 39 40
Octal 272 157 330 16 61 0 17 433 71 100
Binary 10111010 1101111 11011000 1110 110001 0 1111 100011011 111001 1000000

Color Harmonies of #BA6FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FD8

Black with #BA6FD8

Text Example


Text Example

White with #BA6FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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