Html Css Color HEX #BA5DFC Medium Orchid

📋 copy color: '#BA5DFC'

red 186 ◦ green 93 ◦ blue 252

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

Shades of Medium Orchid #BA5DFC

Tints of Medium Orchid #BA5DFC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.51%

 BLUE value IS 252 (98.83% from 255) = 47.46%

R = 35.03%
G = 17.51%
B = 47.46%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA5DFC (or 0xBA5DFC) is known color: Medium Orchid. HEX triplet: BA, 5D and FC. RGB value is (186,93,252). Sum of RGB (Red+Green+Blue) = 186+93+252=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 93 (36.72% from 255 or 17.51% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA5DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5DFC is #45A203. Grayscale: #8A8A8A. Windows color (decimal): -4563460 or 16539066. OLE color: 16539066.

HSL color Cylindrical-coordinate representation of color #BA5DFC: hue angle of 275.09º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA5DFC is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 93 252 -
CMYK 0.26 0.63 0 0.01
HSL 275.09º 0.96% 0.68% -
HSV(B) 275.09º 0.63% 0.99% -
XYZ 41.73 25.3 94.78 -
YUV 138.93 191.81 161.57 -
System Red Green Blue C M Y K H S L
Decimal 186 93 252 0.26 0.63 0 0.01 275.09 0.96 0.68
Hex BA 5D FC 1A 3F 0 1 113 60 44
Octal 272 135 374 32 77 0 1 423 140 104
Binary 10111010 1011101 11111100 11010 111111 0 1 100010011 1100000 1000100

Color Harmonies of #BA5DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DFC

Black with #BA5DFC

Text Example


Text Example

White with #BA5DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DFC; }

 p { color: rgb(186,93,252); }

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

background-color css

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

 a { background-color: rgb(186,93,252); }

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

border-color css

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

 span { border-color: rgb(186,93,252); }

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