Html Css Color HEX #BA43E0 Medium Orchid

📋 copy color: '#BA43E0'

red 186 ◦ green 67 ◦ blue 224

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

Shades of Medium Orchid #BA43E0

Tints of Medium Orchid #BA43E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 46.96%

R = 38.99%
G = 14.05%
B = 46.96%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BA43E0 (or 0xBA43E0) is known color: Medium Orchid. HEX triplet: BA, 43 and E0. RGB value is (186,67,224). Sum of RGB (Red+Green+Blue) = 186+67+224=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 67 (26.56% from 255 or 14.05% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #BA43E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43E0 is #45BC1F. Grayscale: #777777. Windows color (decimal): -4570144 or 14697402. OLE color: 14697402.

HSL color Cylindrical-coordinate representation of color #BA43E0: hue angle of 285.48º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA43E0 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 186 67 224 -
CMYK 0.17 0.70 0 0.12
HSL 285.48º 0.72% 0.57% -
HSV(B) 285.48º 0.7% 0.88% -
XYZ 35.71 19.84 72.47 -
YUV 120.48 186.42 174.73 -
System Red Green Blue C M Y K H S L
Decimal 186 67 224 0.17 0.70 0 0.12 285.48 0.72 0.57
Hex BA 43 E0 11 46 0 C 11D 48 39
Octal 272 103 340 21 106 0 14 435 110 71
Binary 10111010 1000011 11100000 10001 1000110 0 1100 100011101 1001000 111001

Color Harmonies of #BA43E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA43E0

Black with #BA43E0

Text Example


Text Example

White with #BA43E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA43E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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