Html Css Color HEX #BA46EB Medium Orchid

📋 copy color: '#BA46EB'

red 186 ◦ green 70 ◦ blue 235

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

Shades of Medium Orchid #BA46EB

Tints of Medium Orchid #BA46EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.86%

R = 37.88%
G = 14.26%
B = 47.86%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA46EB (or 0xBA46EB) is known color: Medium Orchid. HEX triplet: BA, 46 and EB. RGB value is (186,70,235). Sum of RGB (Red+Green+Blue) = 186+70+235=491 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.88% from 491); Green value is 70 (27.73% from 255 or 14.26% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA46EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA46EB is #45B914. Grayscale: #7A7A7A. Windows color (decimal): -4569365 or 15419066. OLE color: 15419066.

HSL color Cylindrical-coordinate representation of color #BA46EB: hue angle of 282.18º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA46EB is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 70 235 -
CMYK 0.21 0.70 0 0.08
HSL 282.18º 0.8% 0.6% -
HSV(B) 282.18º 0.7% 0.92% -
XYZ 37.44 20.82 80.64 -
YUV 123.49 190.93 172.58 -
System Red Green Blue C M Y K H S L
Decimal 186 70 235 0.21 0.70 0 0.08 282.18 0.8 0.6
Hex BA 46 EB 15 46 0 8 11A 50 3C
Octal 272 106 353 25 106 0 10 432 120 74
Binary 10111010 1000110 11101011 10101 1000110 0 1000 100011010 1010000 111100

Color Harmonies of #BA46EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA46EB

Black with #BA46EB

Text Example


Text Example

White with #BA46EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA46EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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