Html Css Color HEX #BA43D9 Medium Orchid

📋 copy color: '#BA43D9'

red 186 ◦ green 67 ◦ blue 217

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

Shades of Medium Orchid #BA43D9

Tints of Medium Orchid #BA43D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.17%

R = 39.57%
G = 14.26%
B = 46.17%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA43D9 (or 0xBA43D9) is known color: Medium Orchid. HEX triplet: BA, 43 and D9. RGB value is (186,67,217). Sum of RGB (Red+Green+Blue) = 186+67+217=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 67 (26.56% from 255 or 14.26% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #BA43D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43D9 is #45BC26. Grayscale: #777777. Windows color (decimal): -4570151 or 14238650. OLE color: 14238650.

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

Color convert

RGB 186 67 217 -
CMYK 0.14 0.69 0 0.15
HSL 287.6º 0.66% 0.56% -
HSV(B) 287.6º 0.69% 0.85% -
XYZ 34.78 19.46 67.57 -
YUV 119.68 182.92 175.3 -
System Red Green Blue C M Y K H S L
Decimal 186 67 217 0.14 0.69 0 0.15 287.6 0.66 0.56
Hex BA 43 D9 E 45 0 F 120 42 38
Octal 272 103 331 16 105 0 17 440 102 70
Binary 10111010 1000011 11011001 1110 1000101 0 1111 100100000 1000010 111000

Color Harmonies of #BA43D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA43D9

Black with #BA43D9

Text Example


Text Example

White with #BA43D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA43D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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