Html Css Color HEX #BA49FD Medium Orchid

📋 copy color: '#BA49FD'

red 186 ◦ green 73 ◦ blue 253

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

Shades of Medium Orchid #BA49FD

Tints of Medium Orchid #BA49FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.41%

R = 36.33%
G = 14.26%
B = 49.41%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BA49FD (or 0xBA49FD) is known color: Medium Orchid. HEX triplet: BA, 49 and FD. RGB value is (186,73,253). Sum of RGB (Red+Green+Blue) = 186+73+253=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 73 (28.91% from 255 or 14.26% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA49FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA49FD is #45B602. Grayscale: #7E7E7E. Windows color (decimal): -4568579 or 16599482. OLE color: 16599482.

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

Color convert

RGB 186 73 253 -
CMYK 0.26 0.71 0 0.01
HSL 277.67º 0.98% 0.64% -
HSV(B) 277.67º 0.71% 0.99% -
XYZ 40.36 22.3 95.1 -
YUV 127.31 198.94 169.86 -
System Red Green Blue C M Y K H S L
Decimal 186 73 253 0.26 0.71 0 0.01 277.67 0.98 0.64
Hex BA 49 FD 1A 47 0 1 116 62 40
Octal 272 111 375 32 107 0 1 426 142 100
Binary 10111010 1001001 11111101 11010 1000111 0 1 100010110 1100010 1000000

Color Harmonies of #BA49FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA49FD

Black with #BA49FD

Text Example


Text Example

White with #BA49FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA49FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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