Html Css Color HEX #BA5AFE Medium Orchid

📋 copy color: '#BA5AFE'

red 186 ◦ green 90 ◦ blue 254

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

Shades of Medium Orchid #BA5AFE

Tints of Medium Orchid #BA5AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 35.09%
G = 16.98%
B = 47.92%

CMYK

 C value IS 0.27

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BA5AFE (or 0xBA5AFE) is known color: Medium Orchid. HEX triplet: BA, 5A and FE. RGB value is (186,90,254). Sum of RGB (Red+Green+Blue) = 186+90+254=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 90 (35.55% from 255 or 16.98% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA5AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5AFE is #45A501. Grayscale: #888888. Windows color (decimal): -4564226 or 16669370. OLE color: 16669370.

HSL color Cylindrical-coordinate representation of color #BA5AFE: hue angle of 275.12º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA5AFE is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 186 90 254 -
CMYK 0.27 0.65 0 0.00
HSL 275.12º 0.99% 0.67% -
HSV(B) 275.12º 0.65% 1% -
XYZ 41.8 24.91 96.37 -
YUV 137.4 193.8 162.66 -
System Red Green Blue C M Y K H S L
Decimal 186 90 254 0.27 0.65 0 0.00 275.12 0.99 0.67
Hex BA 5A FE 1B 41 0 0 113 63 43
Octal 272 132 376 33 101 0 0 423 143 103
Binary 10111010 1011010 11111110 11011 1000001 0 0 100010011 1100011 1000011

Color Harmonies of #BA5AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AFE

Black with #BA5AFE

Text Example


Text Example

White with #BA5AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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