Html Css Color HEX #BA5AFA Medium Orchid

📋 copy color: '#BA5AFA'

red 186 ◦ green 90 ◦ blue 250

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

Shades of Medium Orchid #BA5AFA

Tints of Medium Orchid #BA5AFA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.11%

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

R = 35.36%
G = 17.11%
B = 47.53%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA5AFA (or 0xBA5AFA) is known color: Medium Orchid. HEX triplet: BA, 5A and FA. RGB value is (186,90,250). Sum of RGB (Red+Green+Blue) = 186+90+250=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA5AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5AFA is #45A505. Grayscale: #888888. Windows color (decimal): -4564230 or 16407226. OLE color: 16407226.

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

Color convert

RGB 186 90 250 -
CMYK 0.26 0.64 0 0.02
HSL 276º 0.94% 0.67% -
HSV(B) 276º 0.64% 0.98% -
XYZ 41.16 24.65 93.03 -
YUV 136.94 191.8 162.99 -
System Red Green Blue C M Y K H S L
Decimal 186 90 250 0.26 0.64 0 0.02 276 0.94 0.67
Hex BA 5A FA 1A 40 0 2 114 5E 43
Octal 272 132 372 32 100 0 2 424 136 103
Binary 10111010 1011010 11111010 11010 1000000 0 10 100010100 1011110 1000011

Color Harmonies of #BA5AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AFA

Black with #BA5AFA

Text Example


Text Example

White with #BA5AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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