Html Css Color HEX #BA50E6 Medium Orchid

📋 copy color: '#BA50E6'

red 186 ◦ green 80 ◦ blue 230

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

Shades of Medium Orchid #BA50E6

Tints of Medium Orchid #BA50E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 46.37%

R = 37.5%
G = 16.13%
B = 46.37%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BA50E6 (or 0xBA50E6) is known color: Medium Orchid. HEX triplet: BA, 50 and E6. RGB value is (186,80,230). Sum of RGB (Red+Green+Blue) = 186+80+230=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 80 (31.64% from 255 or 16.13% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA50E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA50E6 is #45AF19. Grayscale: #808080. Windows color (decimal): -4566810 or 15093946. OLE color: 15093946.

HSL color Cylindrical-coordinate representation of color #BA50E6: hue angle of 282.4º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA50E6 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 80 230 -
CMYK 0.19 0.65 0 0.10
HSL 282.4º 0.75% 0.61% -
HSV(B) 282.4º 0.65% 0.9% -
XYZ 37.4 21.89 77.12 -
YUV 128.79 185.12 168.8 -
System Red Green Blue C M Y K H S L
Decimal 186 80 230 0.19 0.65 0 0.10 282.4 0.75 0.61
Hex BA 50 E6 13 41 0 A 11A 4B 3D
Octal 272 120 346 23 101 0 12 432 113 75
Binary 10111010 1010000 11100110 10011 1000001 0 1010 100011010 1001011 111101

Color Harmonies of #BA50E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50E6

Black with #BA50E6

Text Example


Text Example

White with #BA50E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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