Html Css Color HEX #BA6EED Medium Orchid

📋 copy color: '#BA6EED'

red 186 ◦ green 110 ◦ blue 237

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

Shades of Medium Orchid #BA6EED

Tints of Medium Orchid #BA6EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.47%

R = 34.9%
G = 20.64%
B = 44.47%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA6EED (or 0xBA6EED) is known color: Medium Orchid. HEX triplet: BA, 6E and ED. RGB value is (186,110,237). Sum of RGB (Red+Green+Blue) = 186+110+237=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 110 (43.36% from 255 or 20.64% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA6EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6EED is #459112. Grayscale: #929292. Windows color (decimal): -4559123 or 15560378. OLE color: 15560378.

HSL color Cylindrical-coordinate representation of color #BA6EED: hue angle of 275.91º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA6EED is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 110 237 -
CMYK 0.22 0.54 0 0.07
HSL 275.91º 0.78% 0.68% -
HSV(B) 275.91º 0.54% 0.93% -
XYZ 41.11 27.71 83.3 -
YUV 147.2 178.68 155.67 -
System Red Green Blue C M Y K H S L
Decimal 186 110 237 0.22 0.54 0 0.07 275.91 0.78 0.68
Hex BA 6E ED 16 36 0 7 114 4E 44
Octal 272 156 355 26 66 0 7 424 116 104
Binary 10111010 1101110 11101101 10110 110110 0 111 100010100 1001110 1000100

Color Harmonies of #BA6EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6EED

Black with #BA6EED

Text Example


Text Example

White with #BA6EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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