Html Css Color HEX #BA46CF Medium Orchid

📋 copy color: '#BA46CF'

red 186 ◦ green 70 ◦ blue 207

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

Shades of Medium Orchid #BA46CF

Tints of Medium Orchid #BA46CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 40.17%
G = 15.12%
B = 44.71%

CMYK

 C value IS 0.10

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA46CF (or 0xBA46CF) is known color: Medium Orchid. HEX triplet: BA, 46 and CF. RGB value is (186,70,207). Sum of RGB (Red+Green+Blue) = 186+70+207=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #BA46CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46CF is #45B930. Grayscale: #777777. Windows color (decimal): -4569393 or 13584058. OLE color: 13584058.

HSL color Cylindrical-coordinate representation of color #BA46CF: hue angle of 290.8º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA46CF is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 70 207 -
CMYK 0.10 0.66 0 0.19
HSL 290.8º 0.59% 0.54% -
HSV(B) 290.8º 0.66% 0.81% -
XYZ 33.7 19.32 60.99 -
YUV 120.3 176.93 174.86 -
System Red Green Blue C M Y K H S L
Decimal 186 70 207 0.10 0.66 0 0.19 290.8 0.59 0.54
Hex BA 46 CF A 42 0 13 123 3B 36
Octal 272 106 317 12 102 0 23 443 73 66
Binary 10111010 1000110 11001111 1010 1000010 0 10011 100100011 111011 110110

Color Harmonies of #BA46CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA46CF

Black with #BA46CF

Text Example


Text Example

White with #BA46CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA46CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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