Html Css Color HEX #BA4DFE Medium Orchid

📋 copy color: '#BA4DFE'

red 186 ◦ green 77 ◦ blue 254

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

Shades of Medium Orchid #BA4DFE

Tints of Medium Orchid #BA4DFE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.89%

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

R = 35.98%
G = 14.89%
B = 49.13%

CMYK

 C value IS 0.27

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BA4DFE (or 0xBA4DFE) is known color: Medium Orchid. HEX triplet: BA, 4D and FE. RGB value is (186,77,254). Sum of RGB (Red+Green+Blue) = 186+77+254=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 77 (30.47% from 255 or 14.89% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA4DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4DFE is #45B201. Grayscale: #818181. Windows color (decimal): -4567554 or 16666042. OLE color: 16666042.

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

Color convert

RGB 186 77 254 -
CMYK 0.27 0.70 0 0.00
HSL 276.95º 0.99% 0.65% -
HSV(B) 276.95º 0.7% 1% -
XYZ 40.79 22.9 96.04 -
YUV 129.77 198.11 168.11 -
System Red Green Blue C M Y K H S L
Decimal 186 77 254 0.27 0.70 0 0.00 276.95 0.99 0.65
Hex BA 4D FE 1B 46 0 0 115 63 41
Octal 272 115 376 33 106 0 0 425 143 101
Binary 10111010 1001101 11111110 11011 1000110 0 0 100010101 1100011 1000001

Color Harmonies of #BA4DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4DFE

Black with #BA4DFE

Text Example


Text Example

White with #BA4DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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