Html Css Color HEX #BA46D9 Medium Orchid

📋 copy color: '#BA46D9'

red 186 ◦ green 70 ◦ blue 217

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

Shades of Medium Orchid #BA46D9

Tints of Medium Orchid #BA46D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 45.88%

R = 39.32%
G = 14.8%
B = 45.88%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA46D9 (or 0xBA46D9) is known color: Medium Orchid. HEX triplet: BA, 46 and D9. RGB value is (186,70,217). Sum of RGB (Red+Green+Blue) = 186+70+217=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 70 (27.73% from 255 or 14.80% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA46D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46D9 is #45B926. Grayscale: #787878. Windows color (decimal): -4569383 or 14239418. OLE color: 14239418.

HSL color Cylindrical-coordinate representation of color #BA46D9: hue angle of 287.35º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA46D9 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 70 217 -
CMYK 0.14 0.68 0 0.15
HSL 287.35º 0.66% 0.56% -
HSV(B) 287.35º 0.68% 0.85% -
XYZ 34.96 19.83 67.63 -
YUV 121.44 181.93 174.05 -
System Red Green Blue C M Y K H S L
Decimal 186 70 217 0.14 0.68 0 0.15 287.35 0.66 0.56
Hex BA 46 D9 E 44 0 F 11F 42 38
Octal 272 106 331 16 104 0 17 437 102 70
Binary 10111010 1000110 11011001 1110 1000100 0 1111 100011111 1000010 111000

Color Harmonies of #BA46D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA46D9

Black with #BA46D9

Text Example


Text Example

White with #BA46D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA46D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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