Html Css Color HEX #BA43DE Medium Orchid

📋 copy color: '#BA43DE'

red 186 ◦ green 67 ◦ blue 222

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

Shades of Medium Orchid #BA43DE

Tints of Medium Orchid #BA43DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 39.16%
G = 14.11%
B = 46.74%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA43DE (or 0xBA43DE) is known color: Medium Orchid. HEX triplet: BA, 43 and DE. RGB value is (186,67,222). Sum of RGB (Red+Green+Blue) = 186+67+222=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 67 (26.56% from 255 or 14.11% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #BA43DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43DE is #45BC21. Grayscale: #777777. Windows color (decimal): -4570146 or 14566330. OLE color: 14566330.

HSL color Cylindrical-coordinate representation of color #BA43DE: hue angle of 286.06º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA43DE is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 67 222 -
CMYK 0.16 0.70 0 0.13
HSL 286.06º 0.7% 0.57% -
HSV(B) 286.06º 0.7% 0.87% -
XYZ 35.44 19.73 71.05 -
YUV 120.25 185.42 174.9 -
System Red Green Blue C M Y K H S L
Decimal 186 67 222 0.16 0.70 0 0.13 286.06 0.7 0.57
Hex BA 43 DE 10 46 0 D 11E 46 39
Octal 272 103 336 20 106 0 15 436 106 71
Binary 10111010 1000011 11011110 10000 1000110 0 1101 100011110 1000110 111001

Color Harmonies of #BA43DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA43DE

Black with #BA43DE

Text Example


Text Example

White with #BA43DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA43DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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