Html Css Color HEX #BA50FA Medium Orchid

📋 copy color: '#BA50FA'

red 186 ◦ green 80 ◦ blue 250

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

Shades of Medium Orchid #BA50FA

Tints of Medium Orchid #BA50FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.45%

R = 36.05%
G = 15.5%
B = 48.45%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA50FA (or 0xBA50FA) is known color: Medium Orchid. HEX triplet: BA, 50 and FA. RGB value is (186,80,250). Sum of RGB (Red+Green+Blue) = 186+80+250=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA50FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA50FA is #45AF05. Grayscale: #828282. Windows color (decimal): -4566790 or 16404666. OLE color: 16404666.

HSL color Cylindrical-coordinate representation of color #BA50FA: hue angle of 277.41º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA50FA is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 80 250 -
CMYK 0.26 0.68 0 0.02
HSL 277.41º 0.94% 0.65% -
HSV(B) 277.41º 0.68% 0.98% -
XYZ 40.37 23.08 92.77 -
YUV 131.07 195.12 167.18 -
System Red Green Blue C M Y K H S L
Decimal 186 80 250 0.26 0.68 0 0.02 277.41 0.94 0.65
Hex BA 50 FA 1A 44 0 2 115 5E 41
Octal 272 120 372 32 104 0 2 425 136 101
Binary 10111010 1010000 11111010 11010 1000100 0 10 100010101 1011110 1000001

Color Harmonies of #BA50FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50FA

Black with #BA50FA

Text Example


Text Example

White with #BA50FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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