Html Css Color HEX #BA53D6 Medium Orchid

📋 copy color: '#BA53D6'

red 186 ◦ green 83 ◦ blue 214

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

Shades of Medium Orchid #BA53D6

Tints of Medium Orchid #BA53D6

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.18%

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

R = 38.51%
G = 17.18%
B = 44.31%

CMYK

 C value IS 0.13

 M value IS 0.61

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA53D6 (or 0xBA53D6) is known color: Medium Orchid. HEX triplet: BA, 53 and D6. RGB value is (186,83,214). Sum of RGB (Red+Green+Blue) = 186+83+214=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA53D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA53D6 is #45AC29. Grayscale: #808080. Windows color (decimal): -4566058 or 14046138. OLE color: 14046138.

HSL color Cylindrical-coordinate representation of color #BA53D6: hue angle of 287.18º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BA53D6 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 83 214 -
CMYK 0.13 0.61 0 0.16
HSL 287.18º 0.62% 0.58% -
HSV(B) 287.18º 0.61% 0.84% -
XYZ 35.48 21.48 65.89 -
YUV 128.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 186 83 214 0.13 0.61 0 0.16 287.18 0.62 0.58
Hex BA 53 D6 D 3D 0 10 11F 3E 3A
Octal 272 123 326 15 75 0 20 437 76 72
Binary 10111010 1010011 11010110 1101 111101 0 10000 100011111 111110 111010

Color Harmonies of #BA53D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA53D6

Black with #BA53D6

Text Example


Text Example

White with #BA53D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA53D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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