Html Css Color HEX #BA46F9 Medium Orchid

📋 copy color: '#BA46F9'

red 186 ◦ green 70 ◦ blue 249

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

Shades of Medium Orchid #BA46F9

Tints of Medium Orchid #BA46F9

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.86%

 BLUE value IS 249 (97.66% from 255) = 49.31%

R = 36.83%
G = 13.86%
B = 49.31%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BA46F9 (or 0xBA46F9) is known color: Medium Orchid. HEX triplet: BA, 46 and F9. RGB value is (186,70,249). Sum of RGB (Red+Green+Blue) = 186+70+249=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 70 (27.73% from 255 or 13.86% from 505); Blue value is 249 (97.66% from 255 or 49.31% from 505); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA46F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA46F9 is #45B906. Grayscale: #7C7C7C. Windows color (decimal): -4569351 or 16336570. OLE color: 16336570.

HSL color Cylindrical-coordinate representation of color #BA46F9: hue angle of 278.88º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA46F9 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 186 70 249 -
CMYK 0.25 0.72 0 0.02
HSL 278.88º 0.94% 0.63% -
HSV(B) 278.88º 0.72% 0.98% -
XYZ 39.54 21.66 91.72 -
YUV 125.09 197.93 171.45 -
System Red Green Blue C M Y K H S L
Decimal 186 70 249 0.25 0.72 0 0.02 278.88 0.94 0.63
Hex BA 46 F9 19 48 0 2 117 5E 3F
Octal 272 106 371 31 110 0 2 427 136 77
Binary 10111010 1000110 11111001 11001 1001000 0 10 100010111 1011110 111111

Color Harmonies of #BA46F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA46F9

Black with #BA46F9

Text Example


Text Example

White with #BA46F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA46F9; }

 p { color: rgb(186,70,249); }

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

background-color css

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

 a { background-color: rgb(186,70,249); }

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

border-color css

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

 span { border-color: rgb(186,70,249); }

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