Html Css Color HEX #BA5FEF Medium Orchid

📋 copy color: '#BA5FEF'

red 186 ◦ green 95 ◦ blue 239

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

Shades of Medium Orchid #BA5FEF

Tints of Medium Orchid #BA5FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.96%

R = 35.77%
G = 18.27%
B = 45.96%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BA5FEF (or 0xBA5FEF) is known color: Medium Orchid. HEX triplet: BA, 5F and EF. RGB value is (186,95,239). Sum of RGB (Red+Green+Blue) = 186+95+239=520 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.77% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA5FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5FEF is #45A010. Grayscale: #8A8A8A. Windows color (decimal): -4562961 or 15687610. OLE color: 15687610.

HSL color Cylindrical-coordinate representation of color #BA5FEF: hue angle of 277.92º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5FEF is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 95 239 -
CMYK 0.22 0.60 0 0.06
HSL 277.92º 0.82% 0.65% -
HSV(B) 277.92º 0.6% 0.94% -
XYZ 39.92 24.86 84.35 -
YUV 138.63 184.65 161.79 -
System Red Green Blue C M Y K H S L
Decimal 186 95 239 0.22 0.60 0 0.06 277.92 0.82 0.65
Hex BA 5F EF 16 3C 0 6 116 52 41
Octal 272 137 357 26 74 0 6 426 122 101
Binary 10111010 1011111 11101111 10110 111100 0 110 100010110 1010010 1000001

Color Harmonies of #BA5FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FEF

Black with #BA5FEF

Text Example


Text Example

White with #BA5FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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