Html Css Color HEX #BA46FF Medium Orchid

📋 copy color: '#BA46FF'

red 186 ◦ green 70 ◦ blue 255

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

Shades of Medium Orchid #BA46FF

Tints of Medium Orchid #BA46FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.9%

R = 36.4%
G = 13.7%
B = 49.9%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BA46FF (or 0xBA46FF) is known color: Medium Orchid. HEX triplet: BA, 46 and FF. RGB value is (186,70,255). Sum of RGB (Red+Green+Blue) = 186+70+255=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 70 (27.73% from 255 or 13.70% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA46FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA46FF is #45B900. Grayscale: #7D7D7D. Windows color (decimal): -4569345 or 16729786. OLE color: 16729786.

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

Color convert

RGB 186 70 255 -
CMYK 0.27 0.73 0 0
HSL 277.62º 1% 0.64% -
HSV(B) 277.62º 0.73% 1% -
XYZ 40.49 22.04 96.73 -
YUV 125.77 200.93 170.96 -
System Red Green Blue C M Y K H S L
Decimal 186 70 255 0.27 0.73 0 0 277.62 1 0.64
Hex BA 46 FF 1B 49 0 0 116 64 40
Octal 272 106 377 33 111 0 0 426 144 100
Binary 10111010 1000110 11111111 11011 1001001 0 0 100010110 1100100 1000000

Color Harmonies of #BA46FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA46FF

Black with #BA46FF

Text Example


Text Example

White with #BA46FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA46FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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