Html Css Color HEX #BA50DA Medium Orchid

📋 copy color: '#BA50DA'

red 186 ◦ green 80 ◦ blue 218

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

Shades of Medium Orchid #BA50DA

Tints of Medium Orchid #BA50DA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.53%

 BLUE value IS 218 (85.55% from 255) = 45.04%

R = 38.43%
G = 16.53%
B = 45.04%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA50DA (or 0xBA50DA) is known color: Medium Orchid. HEX triplet: BA, 50 and DA. RGB value is (186,80,218). Sum of RGB (Red+Green+Blue) = 186+80+218=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 80 (31.64% from 255 or 16.53% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA50DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50DA is #45AF25. Grayscale: #7E7E7E. Windows color (decimal): -4566822 or 14307514. OLE color: 14307514.

HSL color Cylindrical-coordinate representation of color #BA50DA: hue angle of 286.09º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA50DA is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 80 218 -
CMYK 0.15 0.63 0 0.15
HSL 286.09º 0.65% 0.58% -
HSV(B) 286.09º 0.63% 0.85% -
XYZ 35.77 21.24 68.54 -
YUV 127.43 179.12 169.78 -
System Red Green Blue C M Y K H S L
Decimal 186 80 218 0.15 0.63 0 0.15 286.09 0.65 0.58
Hex BA 50 DA F 3F 0 F 11E 41 3A
Octal 272 120 332 17 77 0 17 436 101 72
Binary 10111010 1010000 11011010 1111 111111 0 1111 100011110 1000001 111010

Color Harmonies of #BA50DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA50DA

Black with #BA50DA

Text Example


Text Example

White with #BA50DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA50DA; }

 p { color: rgb(186,80,218); }

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

background-color css

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

 a { background-color: rgb(186,80,218); }

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

border-color css

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

 span { border-color: rgb(186,80,218); }

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