Html Css Color HEX #BA46DC Medium Orchid

📋 copy color: '#BA46DC'

red 186 ◦ green 70 ◦ blue 220

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

Shades of Medium Orchid #BA46DC

Tints of Medium Orchid #BA46DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.22%

R = 39.08%
G = 14.71%
B = 46.22%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA46DC (or 0xBA46DC) is known color: Medium Orchid. HEX triplet: BA, 46 and DC. RGB value is (186,70,220). Sum of RGB (Red+Green+Blue) = 186+70+220=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 70 (27.73% from 255 or 14.71% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA46DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46DC is #45B923. Grayscale: #797979. Windows color (decimal): -4569380 or 14436026. OLE color: 14436026.

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

Color convert

RGB 186 70 220 -
CMYK 0.15 0.68 0 0.14
HSL 286.4º 0.68% 0.57% -
HSV(B) 286.4º 0.68% 0.86% -
XYZ 35.36 19.99 69.7 -
YUV 121.78 183.43 173.8 -
System Red Green Blue C M Y K H S L
Decimal 186 70 220 0.15 0.68 0 0.14 286.4 0.68 0.57
Hex BA 46 DC F 44 0 E 11E 44 39
Octal 272 106 334 17 104 0 16 436 104 71
Binary 10111010 1000110 11011100 1111 1000100 0 1110 100011110 1000100 111001

Color Harmonies of #BA46DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA46DC

Black with #BA46DC

Text Example


Text Example

White with #BA46DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA46DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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