Html Css Color HEX #BA5BFA Medium Orchid

📋 copy color: '#BA5BFA'

red 186 ◦ green 91 ◦ blue 250

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

Shades of Medium Orchid #BA5BFA

Tints of Medium Orchid #BA5BFA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.27%

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

R = 35.29%
G = 17.27%
B = 47.44%

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

#BA5BFA (or 0xBA5BFA) is known color: Medium Orchid. HEX triplet: BA, 5B and FA. RGB value is (186,91,250). Sum of RGB (Red+Green+Blue) = 186+91+250=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA5BFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5BFA is #45A405. Grayscale: #888888. Windows color (decimal): -4563974 or 16407482. OLE color: 16407482.

HSL color Cylindrical-coordinate representation of color #BA5BFA: hue angle of 275.85º 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 #BA5BFA is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 91 250 -
CMYK 0.26 0.64 0 0.02
HSL 275.85º 0.94% 0.67% -
HSV(B) 275.85º 0.64% 0.98% -
XYZ 41.25 24.82 93.06 -
YUV 137.53 191.47 162.57 -
System Red Green Blue C M Y K H S L
Decimal 186 91 250 0.26 0.64 0 0.02 275.85 0.94 0.67
Hex BA 5B FA 1A 40 0 2 114 5E 43
Octal 272 133 372 32 100 0 2 424 136 103
Binary 10111010 1011011 11111010 11010 1000000 0 10 100010100 1011110 1000011

Color Harmonies of #BA5BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5BFA

Black with #BA5BFA

Text Example


Text Example

White with #BA5BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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