Html Css Color HEX #BA50EC Medium Orchid

📋 copy color: '#BA50EC'

red 186 ◦ green 80 ◦ blue 236

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

Shades of Medium Orchid #BA50EC

Tints of Medium Orchid #BA50EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 15.94%

 BLUE value IS 236 (92.58% from 255) = 47.01%

R = 37.05%
G = 15.94%
B = 47.01%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA50EC (or 0xBA50EC) is known color: Medium Orchid. HEX triplet: BA, 50 and EC. RGB value is (186,80,236). Sum of RGB (Red+Green+Blue) = 186+80+236=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 80 (31.64% from 255 or 15.94% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA50EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA50EC is #45AF13. Grayscale: #808080. Windows color (decimal): -4566804 or 15487162. OLE color: 15487162.

HSL color Cylindrical-coordinate representation of color #BA50EC: hue angle of 280.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA50EC is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 80 236 -
CMYK 0.21 0.66 0 0.07
HSL 280.77º 0.8% 0.62% -
HSV(B) 280.77º 0.66% 0.93% -
XYZ 38.26 22.23 81.63 -
YUV 129.48 188.12 168.32 -
System Red Green Blue C M Y K H S L
Decimal 186 80 236 0.21 0.66 0 0.07 280.77 0.8 0.62
Hex BA 50 EC 15 42 0 7 119 50 3E
Octal 272 120 354 25 102 0 7 431 120 76
Binary 10111010 1010000 11101100 10101 1000010 0 111 100011001 1010000 111110

Color Harmonies of #BA50EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50EC

Black with #BA50EC

Text Example


Text Example

White with #BA50EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50EC; }

 p { color: rgb(186,80,236); }

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

background-color css

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

 a { background-color: rgb(186,80,236); }

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

border-color css

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

 span { border-color: rgb(186,80,236); }

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