Html Css Color HEX #BA6ECA Medium Orchid

📋 copy color: '#BA6ECA'

red 186 ◦ green 110 ◦ blue 202

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

Shades of Medium Orchid #BA6ECA

Tints of Medium Orchid #BA6ECA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.09%

 BLUE value IS 202 (79.3% from 255) = 40.56%

R = 37.35%
G = 22.09%
B = 40.56%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA6ECA (or 0xBA6ECA) is known color: Medium Orchid. HEX triplet: BA, 6E and CA. RGB value is (186,110,202). Sum of RGB (Red+Green+Blue) = 186+110+202=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA6ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ECA is #459135. Grayscale: #8E8E8E. Windows color (decimal): -4559158 or 13266618. OLE color: 13266618.

HSL color Cylindrical-coordinate representation of color #BA6ECA: hue angle of 289.57º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6ECA is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 110 202 -
CMYK 0.08 0.46 0 0.21
HSL 289.57º 0.46% 0.61% -
HSV(B) 289.57º 0.46% 0.79% -
XYZ 36.49 25.86 58.94 -
YUV 143.21 161.18 158.52 -
System Red Green Blue C M Y K H S L
Decimal 186 110 202 0.08 0.46 0 0.21 289.57 0.46 0.61
Hex BA 6E CA 8 2E 0 15 122 2E 3D
Octal 272 156 312 10 56 0 25 442 56 75
Binary 10111010 1101110 11001010 1000 101110 0 10101 100100010 101110 111101

Color Harmonies of #BA6ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6ECA

Black with #BA6ECA

Text Example


Text Example

White with #BA6ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6ECA; }

 p { color: rgb(186,110,202); }

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

background-color css

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

 a { background-color: rgb(186,110,202); }

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

border-color css

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

 span { border-color: rgb(186,110,202); }

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