Html Css Color HEX #BA46F8 Medium Orchid

📋 copy color: '#BA46F8'

red 186 ◦ green 70 ◦ blue 248

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

Shades of Medium Orchid #BA46F8

Tints of Medium Orchid #BA46F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.21%

R = 36.9%
G = 13.89%
B = 49.21%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BA46F8 (or 0xBA46F8) is known color: Medium Orchid. HEX triplet: BA, 46 and F8. RGB value is (186,70,248). Sum of RGB (Red+Green+Blue) = 186+70+248=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 70 (27.73% from 255 or 13.89% from 504); Blue value is 248 (97.27% from 255 or 49.21% from 504); Max value from RGB is 248 - color contains mainly: blue. Hex color #BA46F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA46F8 is #45B907. Grayscale: #7C7C7C. Windows color (decimal): -4569352 or 16271034. OLE color: 16271034.

HSL color Cylindrical-coordinate representation of color #BA46F8: hue angle of 279.1º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA46F8 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 186 70 248 -
CMYK 0.25 0.72 0 0.03
HSL 279.1º 0.93% 0.62% -
HSV(B) 279.1º 0.72% 0.97% -
XYZ 39.38 21.6 90.9 -
YUV 124.98 197.43 171.53 -
System Red Green Blue C M Y K H S L
Decimal 186 70 248 0.25 0.72 0 0.03 279.1 0.93 0.62
Hex BA 46 F8 19 48 0 3 117 5D 3E
Octal 272 106 370 31 110 0 3 427 135 76
Binary 10111010 1000110 11111000 11001 1001000 0 11 100010111 1011101 111110

Color Harmonies of #BA46F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA46F8

Black with #BA46F8

Text Example


Text Example

White with #BA46F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA46F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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