Html Css Color HEX #BA40EF Medium Orchid

📋 copy color: '#BA40EF'

red 186 ◦ green 64 ◦ blue 239

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

Shades of Medium Orchid #BA40EF

Tints of Medium Orchid #BA40EF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.09%

 BLUE value IS 239 (93.75% from 255) = 48.88%

R = 38.04%
G = 13.09%
B = 48.88%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA40EF (or 0xBA40EF) is known color: Medium Orchid. HEX triplet: BA, 40 and EF. RGB value is (186,64,239). Sum of RGB (Red+Green+Blue) = 186+64+239=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 64 (25.39% from 255 or 13.09% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA40EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA40EF is #45BF10. Grayscale: #777777. Windows color (decimal): -4570897 or 15679674. OLE color: 15679674.

HSL color Cylindrical-coordinate representation of color #BA40EF: hue angle of 281.83º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA40EF is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 64 239 -
CMYK 0.22 0.73 0 0.06
HSL 281.83º 0.85% 0.59% -
HSV(B) 281.83º 0.73% 0.94% -
XYZ 37.66 20.34 83.6 -
YUV 120.43 194.92 174.77 -
System Red Green Blue C M Y K H S L
Decimal 186 64 239 0.22 0.73 0 0.06 281.83 0.85 0.59
Hex BA 40 EF 16 49 0 6 11A 55 3B
Octal 272 100 357 26 111 0 6 432 125 73
Binary 10111010 1000000 11101111 10110 1001001 0 110 100011010 1010101 111011

Color Harmonies of #BA40EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA40EF

Black with #BA40EF

Text Example


Text Example

White with #BA40EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA40EF; }

 p { color: rgb(186,64,239); }

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

background-color css

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

 a { background-color: rgb(186,64,239); }

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

border-color css

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

 span { border-color: rgb(186,64,239); }

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