Html Css Color HEX #BA50EA Medium Orchid

📋 copy color: '#BA50EA'

red 186 ◦ green 80 ◦ blue 234

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

Shades of Medium Orchid #BA50EA

Tints of Medium Orchid #BA50EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.8%

R = 37.2%
G = 16%
B = 46.8%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA50EA (or 0xBA50EA) is known color: Medium Orchid. HEX triplet: BA, 50 and EA. RGB value is (186,80,234). Sum of RGB (Red+Green+Blue) = 186+80+234=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA50EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA50EA is #45AF15. Grayscale: #808080. Windows color (decimal): -4566806 or 15356090. OLE color: 15356090.

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

Color convert

RGB 186 80 234 -
CMYK 0.21 0.66 0 0.08
HSL 281.3º 0.79% 0.62% -
HSV(B) 281.3º 0.66% 0.92% -
XYZ 37.97 22.12 80.11 -
YUV 129.25 187.12 168.48 -
System Red Green Blue C M Y K H S L
Decimal 186 80 234 0.21 0.66 0 0.08 281.3 0.79 0.62
Hex BA 50 EA 15 42 0 8 119 4F 3E
Octal 272 120 352 25 102 0 10 431 117 76
Binary 10111010 1010000 11101010 10101 1000010 0 1000 100011001 1001111 111110

Color Harmonies of #BA50EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50EA

Black with #BA50EA

Text Example


Text Example

White with #BA50EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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