Html Css Color HEX #BA5DFA Medium Orchid

📋 copy color: '#BA5DFA'

red 186 ◦ green 93 ◦ blue 250

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

Shades of Medium Orchid #BA5DFA

Tints of Medium Orchid #BA5DFA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.58%

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

R = 35.16%
G = 17.58%
B = 47.26%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA5DFA (or 0xBA5DFA) is known color: Medium Orchid. HEX triplet: BA, 5D and FA. RGB value is (186,93,250). Sum of RGB (Red+Green+Blue) = 186+93+250=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 93 (36.72% from 255 or 17.58% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA5DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5DFA is #45A205. Grayscale: #8A8A8A. Windows color (decimal): -4563462 or 16407994. OLE color: 16407994.

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

Color convert

RGB 186 93 250 -
CMYK 0.26 0.63 0 0.02
HSL 275.54º 0.94% 0.67% -
HSV(B) 275.54º 0.63% 0.98% -
XYZ 41.42 25.17 93.12 -
YUV 138.71 190.81 161.73 -
System Red Green Blue C M Y K H S L
Decimal 186 93 250 0.26 0.63 0 0.02 275.54 0.94 0.67
Hex BA 5D FA 1A 3F 0 2 114 5E 43
Octal 272 135 372 32 77 0 2 424 136 103
Binary 10111010 1011101 11111010 11010 111111 0 10 100010100 1011110 1000011

Color Harmonies of #BA5DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DFA

Black with #BA5DFA

Text Example


Text Example

White with #BA5DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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