Html Css Color HEX #BA6ECB Medium Orchid

📋 copy color: '#BA6ECB'

red 186 ◦ green 110 ◦ blue 203

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

Shades of Medium Orchid #BA6ECB

Tints of Medium Orchid #BA6ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.68%

R = 37.27%
G = 22.04%
B = 40.68%

CMYK

 C value IS 0.08

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA6ECB (or 0xBA6ECB) is known color: Medium Orchid. HEX triplet: BA, 6E and CB. RGB value is (186,110,203). Sum of RGB (Red+Green+Blue) = 186+110+203=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA6ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ECB is #459134. Grayscale: #8F8F8F. Windows color (decimal): -4559157 or 13332154. OLE color: 13332154.

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

Color convert

RGB 186 110 203 -
CMYK 0.08 0.46 0 0.20
HSL 289.03º 0.47% 0.61% -
HSV(B) 289.03º 0.46% 0.8% -
XYZ 36.61 25.9 59.57 -
YUV 143.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 186 110 203 0.08 0.46 0 0.20 289.03 0.47 0.61
Hex BA 6E CB 8 2E 0 14 121 2F 3D
Octal 272 156 313 10 56 0 24 441 57 75
Binary 10111010 1101110 11001011 1000 101110 0 10100 100100001 101111 111101

Color Harmonies of #BA6ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6ECB

Black with #BA6ECB

Text Example


Text Example

White with #BA6ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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