Html Css Color HEX #BA43EB Medium Orchid

📋 copy color: '#BA43EB'

red 186 ◦ green 67 ◦ blue 235

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

Shades of Medium Orchid #BA43EB

Tints of Medium Orchid #BA43EB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.73%

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

R = 38.11%
G = 13.73%
B = 48.16%

CMYK

 C value IS 0.21

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BA43EB (or 0xBA43EB) is known color: Medium Orchid. HEX triplet: BA, 43 and EB. RGB value is (186,67,235). Sum of RGB (Red+Green+Blue) = 186+67+235=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 67 (26.56% from 255 or 13.73% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA43EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA43EB is #45BC14. Grayscale: #797979. Windows color (decimal): -4570133 or 15418298. OLE color: 15418298.

HSL color Cylindrical-coordinate representation of color #BA43EB: hue angle of 282.5º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA43EB is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 186 67 235 -
CMYK 0.21 0.71 0 0.08
HSL 282.5º 0.81% 0.59% -
HSV(B) 282.5º 0.71% 0.92% -
XYZ 37.25 20.45 80.58 -
YUV 121.73 191.92 173.84 -
System Red Green Blue C M Y K H S L
Decimal 186 67 235 0.21 0.71 0 0.08 282.5 0.81 0.59
Hex BA 43 EB 15 47 0 8 11A 51 3B
Octal 272 103 353 25 107 0 10 432 121 73
Binary 10111010 1000011 11101011 10101 1000111 0 1000 100011010 1010001 111011

Color Harmonies of #BA43EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA43EB

Black with #BA43EB

Text Example


Text Example

White with #BA43EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA43EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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