Html Css Color HEX #BA43DC Medium Orchid

📋 copy color: '#BA43DC'

red 186 ◦ green 67 ◦ blue 220

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

Shades of Medium Orchid #BA43DC

Tints of Medium Orchid #BA43DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.51%

R = 39.32%
G = 14.16%
B = 46.51%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BA43DC (or 0xBA43DC) is known color: Medium Orchid. HEX triplet: BA, 43 and DC. RGB value is (186,67,220). Sum of RGB (Red+Green+Blue) = 186+67+220=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 67 (26.56% from 255 or 14.16% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA43DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43DC is #45BC23. Grayscale: #777777. Windows color (decimal): -4570148 or 14435258. OLE color: 14435258.

HSL color Cylindrical-coordinate representation of color #BA43DC: hue angle of 286.67º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA43DC is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 186 67 220 -
CMYK 0.15 0.70 0 0.14
HSL 286.67º 0.69% 0.56% -
HSV(B) 286.67º 0.7% 0.86% -
XYZ 35.18 19.62 69.64 -
YUV 120.02 184.42 175.06 -
System Red Green Blue C M Y K H S L
Decimal 186 67 220 0.15 0.70 0 0.14 286.67 0.69 0.56
Hex BA 43 DC F 46 0 E 11F 45 38
Octal 272 103 334 17 106 0 16 437 105 70
Binary 10111010 1000011 11011100 1111 1000110 0 1110 100011111 1000101 111000

Color Harmonies of #BA43DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA43DC

Black with #BA43DC

Text Example


Text Example

White with #BA43DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA43DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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