Html Css Color HEX #BA6DDE Medium Orchid

📋 copy color: '#BA6DDE'

red 186 ◦ green 109 ◦ blue 222

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

Shades of Medium Orchid #BA6DDE

Tints of Medium Orchid #BA6DDE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.08%

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

R = 35.98%
G = 21.08%
B = 42.94%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA6DDE (or 0xBA6DDE) is known color: Medium Orchid. HEX triplet: BA, 6D and DE. RGB value is (186,109,222). Sum of RGB (Red+Green+Blue) = 186+109+222=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 222 (87.11% from 255 or 42.94% from 517); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA6DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DDE is #459221. Grayscale: #909090. Windows color (decimal): -4559394 or 14577082. OLE color: 14577082.

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

Color convert

RGB 186 109 222 -
CMYK 0.16 0.51 0 0.13
HSL 280.88º 0.63% 0.65% -
HSV(B) 280.88º 0.51% 0.87% -
XYZ 38.9 26.65 72.2 -
YUV 144.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 186 109 222 0.16 0.51 0 0.13 280.88 0.63 0.65
Hex BA 6D DE 10 33 0 D 119 3F 41
Octal 272 155 336 20 63 0 15 431 77 101
Binary 10111010 1101101 11011110 10000 110011 0 1101 100011001 111111 1000001

Color Harmonies of #BA6DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6DDE

Black with #BA6DDE

Text Example


Text Example

White with #BA6DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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