Html Css Color HEX #BA46CE Medium Orchid

📋 copy color: '#BA46CE'

red 186 ◦ green 70 ◦ blue 206

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

Shades of Medium Orchid #BA46CE

Tints of Medium Orchid #BA46CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.59%

R = 40.26%
G = 15.15%
B = 44.59%

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

#BA46CE (or 0xBA46CE) is known color: Medium Orchid. HEX triplet: BA, 46 and CE. RGB value is (186,70,206). Sum of RGB (Red+Green+Blue) = 186+70+206=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA46CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46CE is #45B931. Grayscale: #777777. Windows color (decimal): -4569394 or 13518522. OLE color: 13518522.

HSL color Cylindrical-coordinate representation of color #BA46CE: hue angle of 291.18º degrees, saturation: 0.58, 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 #BA46CE is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 70 206 -
CMYK 0.10 0.66 0 0.19
HSL 291.18º 0.58% 0.54% -
HSV(B) 291.18º 0.66% 0.81% -
XYZ 33.58 19.28 60.34 -
YUV 120.19 176.43 174.94 -
System Red Green Blue C M Y K H S L
Decimal 186 70 206 0.10 0.66 0 0.19 291.18 0.58 0.54
Hex BA 46 CE A 42 0 13 123 3A 36
Octal 272 106 316 12 102 0 23 443 72 66
Binary 10111010 1000110 11001110 1010 1000010 0 10011 100100011 111010 110110

Color Harmonies of #BA46CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA46CE

Black with #BA46CE

Text Example


Text Example

White with #BA46CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA46CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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