Html Css Color HEX #BA40D6 Medium Orchid

📋 copy color: '#BA40D6'

red 186 ◦ green 64 ◦ blue 214

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

Shades of Medium Orchid #BA40D6

Tints of Medium Orchid #BA40D6

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.79%

 BLUE value IS 214 (83.98% from 255) = 46.12%

R = 40.09%
G = 13.79%
B = 46.12%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA40D6 (or 0xBA40D6) is known color: Medium Orchid. HEX triplet: BA, 40 and D6. RGB value is (186,64,214). Sum of RGB (Red+Green+Blue) = 186+64+214=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA40D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA40D6 is #45BF29. Grayscale: #757575. Windows color (decimal): -4570922 or 14041274. OLE color: 14041274.

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

Color convert

RGB 186 64 214 -
CMYK 0.13 0.70 0 0.16
HSL 288.8º 0.65% 0.55% -
HSV(B) 288.8º 0.7% 0.84% -
XYZ 34.22 18.96 65.47 -
YUV 117.58 182.42 176.8 -
System Red Green Blue C M Y K H S L
Decimal 186 64 214 0.13 0.70 0 0.16 288.8 0.65 0.55
Hex BA 40 D6 D 46 0 10 121 41 37
Octal 272 100 326 15 106 0 20 441 101 67
Binary 10111010 1000000 11010110 1101 1000110 0 10000 100100001 1000001 110111

Color Harmonies of #BA40D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA40D6

Black with #BA40D6

Text Example


Text Example

White with #BA40D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA40D6; }

 p { color: rgb(186,64,214); }

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

background-color css

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

 a { background-color: rgb(186,64,214); }

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

border-color css

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

 span { border-color: rgb(186,64,214); }

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