Html Css Color HEX #BA4DFA Medium Orchid

📋 copy color: '#BA4DFA'

red 186 ◦ green 77 ◦ blue 250

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

Shades of Medium Orchid #BA4DFA

Tints of Medium Orchid #BA4DFA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.01%

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

R = 36.26%
G = 15.01%
B = 48.73%

CMYK

 C value IS 0.26

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA4DFA (or 0xBA4DFA) is known color: Medium Orchid. HEX triplet: BA, 4D and FA. RGB value is (186,77,250). Sum of RGB (Red+Green+Blue) = 186+77+250=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA4DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4DFA is #45B205. Grayscale: #808080. Windows color (decimal): -4567558 or 16403898. OLE color: 16403898.

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

Color convert

RGB 186 77 250 -
CMYK 0.26 0.69 0 0.02
HSL 277.8º 0.95% 0.64% -
HSV(B) 277.8º 0.69% 0.98% -
XYZ 40.16 22.65 92.7 -
YUV 129.31 196.11 168.43 -
System Red Green Blue C M Y K H S L
Decimal 186 77 250 0.26 0.69 0 0.02 277.8 0.95 0.64
Hex BA 4D FA 1A 45 0 2 116 5F 40
Octal 272 115 372 32 105 0 2 426 137 100
Binary 10111010 1001101 11111010 11010 1000101 0 10 100010110 1011111 1000000

Color Harmonies of #BA4DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4DFA

Black with #BA4DFA

Text Example


Text Example

White with #BA4DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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