Html Css Color HEX #BA6FDE Medium Orchid

📋 copy color: '#BA6FDE'

red 186 ◦ green 111 ◦ blue 222

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

Shades of Medium Orchid #BA6FDE

Tints of Medium Orchid #BA6FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.77%

R = 35.84%
G = 21.39%
B = 42.77%

CMYK

 C value IS 0.16

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA6FDE (or 0xBA6FDE) is known color: Medium Orchid. HEX triplet: BA, 6F and DE. RGB value is (186,111,222). Sum of RGB (Red+Green+Blue) = 186+111+222=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 111 (43.75% from 255 or 21.39% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA6FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6FDE is #459021. Grayscale: #919191. Windows color (decimal): -4558882 or 14577594. OLE color: 14577594.

HSL color Cylindrical-coordinate representation of color #BA6FDE: hue angle of 280.54º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA6FDE is Cyan = 0.16, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 111 222 -
CMYK 0.16 0.5 0 0.13
HSL 280.54º 0.63% 0.65% -
HSV(B) 280.54º 0.5% 0.87% -
XYZ 39.12 27.08 72.27 -
YUV 146.08 170.85 156.47 -
System Red Green Blue C M Y K H S L
Decimal 186 111 222 0.16 0.5 0 0.13 280.54 0.63 0.65
Hex BA 6F DE 10 32 0 D 119 3F 41
Octal 272 157 336 20 62 0 15 431 77 101
Binary 10111010 1101111 11011110 10000 110010 0 1101 100011001 111111 1000001

Color Harmonies of #BA6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6FDE

Black with #BA6FDE

Text Example


Text Example

White with #BA6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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