Html Css Color HEX #BA50E0 Medium Orchid

📋 copy color: '#BA50E0'

red 186 ◦ green 80 ◦ blue 224

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

Shades of Medium Orchid #BA50E0

Tints of Medium Orchid #BA50E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.71%

R = 37.96%
G = 16.33%
B = 45.71%

CMYK

 C value IS 0.17

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA50E0 (or 0xBA50E0) is known color: Medium Orchid. HEX triplet: BA, 50 and E0. RGB value is (186,80,224). Sum of RGB (Red+Green+Blue) = 186+80+224=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 80 (31.64% from 255 or 16.33% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA50E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50E0 is #45AF1F. Grayscale: #7F7F7F. Windows color (decimal): -4566816 or 14700730. OLE color: 14700730.

HSL color Cylindrical-coordinate representation of color #BA50E0: hue angle of 284.17º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA50E0 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 80 224 -
CMYK 0.17 0.64 0 0.12
HSL 284.17º 0.7% 0.6% -
HSV(B) 284.17º 0.64% 0.88% -
XYZ 36.57 21.56 72.75 -
YUV 128.11 182.12 169.29 -
System Red Green Blue C M Y K H S L
Decimal 186 80 224 0.17 0.64 0 0.12 284.17 0.7 0.6
Hex BA 50 E0 11 40 0 C 11C 46 3C
Octal 272 120 340 21 100 0 14 434 106 74
Binary 10111010 1010000 11100000 10001 1000000 0 1100 100011100 1000110 111100

Color Harmonies of #BA50E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50E0

Black with #BA50E0

Text Example


Text Example

White with #BA50E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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