Html Css Color HEX #BA46CD Medium Orchid

📋 copy color: '#BA46CD'

red 186 ◦ green 70 ◦ blue 205

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

Shades of Medium Orchid #BA46CD

Tints of Medium Orchid #BA46CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.47%

R = 40.35%
G = 15.18%
B = 44.47%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA46CD (or 0xBA46CD) is known color: Medium Orchid. HEX triplet: BA, 46 and CD. RGB value is (186,70,205). Sum of RGB (Red+Green+Blue) = 186+70+205=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 70 (27.73% from 255 or 15.18% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA46CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46CD is #45B932. Grayscale: #777777. Windows color (decimal): -4569395 or 13452986. OLE color: 13452986.

HSL color Cylindrical-coordinate representation of color #BA46CD: hue angle of 291.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA46CD is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 70 205 -
CMYK 0.09 0.66 0 0.20
HSL 291.56º 0.57% 0.54% -
HSV(B) 291.56º 0.66% 0.8% -
XYZ 33.46 19.23 59.71 -
YUV 120.07 175.93 175.02 -
System Red Green Blue C M Y K H S L
Decimal 186 70 205 0.09 0.66 0 0.20 291.56 0.57 0.54
Hex BA 46 CD 9 42 0 14 124 39 36
Octal 272 106 315 11 102 0 24 444 71 66
Binary 10111010 1000110 11001101 1001 1000010 0 10100 100100100 111001 110110

Color Harmonies of #BA46CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA46CD

Black with #BA46CD

Text Example


Text Example

White with #BA46CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA46CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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