Html Css Color HEX #BA5FFA Medium Orchid

📋 copy color: '#BA5FFA'

red 186 ◦ green 95 ◦ blue 250

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

Shades of Medium Orchid #BA5FFA

Tints of Medium Orchid #BA5FFA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.89%

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

R = 35.03%
G = 17.89%
B = 47.08%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA5FFA (or 0xBA5FFA) is known color: Medium Orchid. HEX triplet: BA, 5F and FA. RGB value is (186,95,250). Sum of RGB (Red+Green+Blue) = 186+95+250=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 95 (37.5% from 255 or 17.89% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA5FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5FFA is #45A005. Grayscale: #8B8B8B. Windows color (decimal): -4562950 or 16408506. OLE color: 16408506.

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

Color convert

RGB 186 95 250 -
CMYK 0.26 0.62 0 0.02
HSL 275.23º 0.94% 0.68% -
HSV(B) 275.23º 0.62% 0.98% -
XYZ 41.6 25.53 93.18 -
YUV 139.88 190.15 160.9 -
System Red Green Blue C M Y K H S L
Decimal 186 95 250 0.26 0.62 0 0.02 275.23 0.94 0.68
Hex BA 5F FA 1A 3E 0 2 113 5E 44
Octal 272 137 372 32 76 0 2 423 136 104
Binary 10111010 1011111 11111010 11010 111110 0 10 100010011 1011110 1000100

Color Harmonies of #BA5FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FFA

Black with #BA5FFA

Text Example


Text Example

White with #BA5FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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