Html Css Color HEX #BA49FE Medium Orchid

📋 copy color: '#BA49FE'

red 186 ◦ green 73 ◦ blue 254

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

Shades of Medium Orchid #BA49FE

Tints of Medium Orchid #BA49FE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.23%

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

R = 36.26%
G = 14.23%
B = 49.51%

CMYK

 C value IS 0.27

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BA49FE (or 0xBA49FE) is known color: Medium Orchid. HEX triplet: BA, 49 and FE. RGB value is (186,73,254). Sum of RGB (Red+Green+Blue) = 186+73+254=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA49FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA49FE is #45B601. Grayscale: #7E7E7E. Windows color (decimal): -4568578 or 16665018. OLE color: 16665018.

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

Color convert

RGB 186 73 254 -
CMYK 0.27 0.71 0 0.00
HSL 277.46º 0.99% 0.64% -
HSV(B) 277.46º 0.71% 1% -
XYZ 40.52 22.36 95.95 -
YUV 127.42 199.44 169.78 -
System Red Green Blue C M Y K H S L
Decimal 186 73 254 0.27 0.71 0 0.00 277.46 0.99 0.64
Hex BA 49 FE 1B 47 0 0 115 63 40
Octal 272 111 376 33 107 0 0 425 143 100
Binary 10111010 1001001 11111110 11011 1000111 0 0 100010101 1100011 1000000

Color Harmonies of #BA49FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49FE

Black with #BA49FE

Text Example


Text Example

White with #BA49FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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